summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/emacs-packages.nix
AgeCommit message (Collapse)Author
2019-08-18emacs-packages: Make org packages overrideableadisbladis
2019-08-07emacs-packages: Move manually created packages to it's own fileadisbladis
And let emacs-packages.nix only aggregate the attrsets
2019-08-07emacs-packages: Add overriding capability to emacsPackagesNgadisbladis
This allows overriding the individual package sets composing emacsPackagesNg. Example: ``` myEmacsPackages = emacsPackagesNg.override { melpaPackages = {}; }; ```
2019-08-07emacs-packages.rtags: Inherit correct versionadisbladis
2019-08-07emacs-packages: Drop irony packageadisbladis
Use auto-generated melpa package
2019-08-07emacs-packages: Drop elpy packageadisbladis
Use auto-generated melpa package
2019-08-07emacs-packages: Drop emacs-libvterm packageadisbladis
Use auto-generated melpa package
2019-08-07emacs-packages: Drop zmq packageadisbladis
Use generated melpa package instead
2019-08-07emacs-packages: Drop manually packaged pdf-toolsadisbladis
Use autogenerated package from melpa
2019-08-07emacs-packages: Drop `shorten` packageadisbladis
It's in the melpa generated package `circe`
2019-08-07emacs-packages: Drop `redshank` packageadisbladis
Use melpa generated package instead
2019-08-07emacs-packages: Drop package `lui`adisbladis
It's in the melpa generated package `circe`
2019-08-07emacs-packages: Drop lcs packageadisbladis
It's in the melpa generated package `circe`
2019-08-07emacs-packages: Drop emacsql-sqlite packageadisbladis
Use melpa generated package instead
2019-08-07emacsPackagesNg.evil-jumper: Drop packageadisbladis
It's now merged upstream in evil-mode
2019-08-07emacs-packages: Drop stgitadisbladis
Use autogenerated modules from melpa instead
2019-08-07emacs-packages: Drop manually created nyan-mode derivationadisbladis
Use autogenerated modules from melpa instead
2019-08-07emacs-packages: Move shmadisbladis
Use autogenerated modules from melpa instead
2019-08-07emacs-packages.nix: Fix indentadisbladis
2019-08-07melpa-packages: Add ability to ovveride melpa JSON archive locationadisbladis
This enables using the melpa json generator in an overlay
2019-08-02emacs-modes: replace melpa-generated with json formatHerwig Hochleitner
This approach has several differences with emacs2nix: - the updater uses a downloaded recipes.json and archive.json for commit information, it uses a local checkout only for hashing the recipes - the generated file is JSON - the updater is written in emacs lisp - prefetch errors are put into an error key in the JSON, for review + meta.broken attributes are generated from it The updater re-uses the existing generated file to memoize prefetched content-sha256s for commits, thus prefetching should normally be quite fast.
2019-07-24zmq: add enableDrafts optionMatthew Bauer
This is needed by emacs-zmq, and will be used by it.
2019-07-17Merge pull request #64612 from NixOS/add-emacs-zmqMatthew Bauer
emacs: add zmq package
2019-07-10emacs: add zmq packageMatthew Bauer
This builds emacs-zmq.so automatically. Fixes #59774
2019-07-03Merge staging-next into stagingFrederik Rietdijk
2019-07-01emacs-irony: Remove server directoryMatthew Bauer
This contains the build files and is not needed for irony-server. Previously, the wrong directory was removed, adding elpa/ gets thje correct one.
2019-07-01treewide: use dontConfigureworldofpeace
2019-06-19emacsPackages.irony: add clang for Linux buildsMatthew Bauer
libclang is needed as a library here. Adding it to fix building on Linux. This worked on macOS because clang is already provided.
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-06-10emacs-irony: prebuild irony-server executableMatthew Bauer
This has melpaBuild compile the irony-server executable automatically. This means each user of the irony executable doesn’t have to wait for it to compile on each new use. This depends on this PR to work correctly: https://github.com/Sarcasm/irony-mode/pull/537
2019-05-30emacsqlite: strip binaryMatthew Bauer
Had gcc in closure which is not wanted. Use stripDebugList to make it strip in share/.
2019-01-13emacsPackages.emacsql-sqlite: build sqlite binaryJethro Kuan
2019-01-08emacsPackages.pdf-tools: 0.80 -> 0.90Jethro Kuan
2019-01-02emacs-packages: Drop custom weechat packageadisbladis
It's several years out of date and we can instead rely on autogenerated packages
2018-09-09elpy: fix build depPeriklis Tsirakidis
2018-09-08Remove outdated external package emacs-find-file-in-projectPeriklis Tsirakidis
2018-07-26hindent: build Emacs package with latest Melpa recipeThomas Tuegel
The hindent Emacs package is built with the latest Melpa recipe, but the same source version as in haskellPackages.
2018-07-21Merge branch 'master' into unused5Jörg Thalheim
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-20[bot] treewide: remove unused 'args@' in lambdasvolth
2018-07-16emacsPackagesNg.magit: find Git during buildThomas Tuegel
2018-07-15emacsPackagesNg: 2018-07-15 updateThomas Tuegel
All package sets are simultaneously updated to accommodate changes to package-build. Due to new restrictions in package-build, all packages using `melpaBuild` must now provide a recipe file, even those packages which are not included in upstream MELPA.
2018-06-17pdf-tools: 0.80 -> HEADPhilipp Middendorf
To fix #41916, this commit upgrades the emacs package “pdf-tools” to the HEAD revision, since there’s no official release containing the fix.
2018-05-16emacsPackages.emacs-libvterm: init at unstable-2017-11-24adisbladis
2018-03-25emacsPackagesNg: lower priority of elpaPackagesThomas Tuegel
Lowering the priority of melpaStablePackages (#36423) leaves elpaPackages ahead of melpaPackages; the former carries outdated dependencies which should be overridden by melpaPackages. See also: #36423
2018-03-19emacs: use unstable melpa for dependenciesMatthew Bauer
remove melpaStablePackages from default scope
2018-02-06Merge pull request #31312 from binarin/emacs-package-set-overridesMichael Raskin
emacs-packages: Cleanup and document for overrides
2017-11-16Merge pull request #31561 from mdorman/emacs-pdf-toolsPascal Wittmann
pdf-tools: 0.70 -> 0.80
2017-11-12emacs: add missing packagesMatthew Bauer
this fixes eval for nix-env -qaA nixpkgs.emacsPackagesNg
2017-11-12pdf-tools: 0.70 -> 0.80Michael Alan Dorman
At the same time, remove the unnecessary hand-specified `tablist` package, in favor of the automatically maintained one from melpa-stable.