Commit Graph

883 Commits

Author SHA1 Message Date
Herwig Hochleitner
ac2eb3151d emacsPackages.melpaPackages: fix cmake-mode 2019-08-12 02:54:45 +02:00
adisbladis
496ae0a1d4
Merge pull request #66360 from rasendubi/emacs-packages-2019-08-09
Emacs packages update: 2019-08-09
2019-08-10 11:54:21 +02:00
Michael Alan Dorman
02e13a0478 emacsPackages: include shared overrides in the stable package set 2019-08-09 07:54:58 +03:00
Michael Alan Dorman
f311b89ca7 emacsPackages: make magit-svn a shared override 2019-08-09 07:54:55 +03:00
Michael Alan Dorman
fb1ee7dbfc emacsPackages: make magithub a shared override 2019-08-09 07:54:51 +03:00
Michael Alan Dorman
d8a91b568f emacsPackages: make magit-gitflow a shared override 2019-08-09 07:54:47 +03:00
Michael Alan Dorman
18b2a7d8ca emacsPackages: make magit-annex a shared override 2019-08-09 07:54:41 +03:00
Alexey Shmalko
7204028783
elpa-packages: 2019-08-09 2019-08-09 02:43:44 +03:00
adisbladis
be74dec846
emacs-packages: Move manually created packages to it's own file
And let emacs-packages.nix only aggregate the attrsets
2019-08-07 18:04:23 +01:00
adisbladis
97a069609f
emacs-packages: Add overriding capability to emacsPackagesNg
This allows overriding the individual package sets composing
emacsPackagesNg.

Example:
```
myEmacsPackages = emacsPackagesNg.override {
  melpaPackages = {};
};
```
2019-08-07 18:04:22 +01:00
adisbladis
978b34622b
emacs-packages: Drop irony package
Use auto-generated melpa package
2019-08-07 18:04:22 +01:00
adisbladis
af70adbc89
emacs-packages: Drop elpy package
Use auto-generated melpa package
2019-08-07 18:04:22 +01:00
adisbladis
b00038c151
emacs-packages: Drop emacs-libvterm package
Use auto-generated melpa package
2019-08-07 18:04:22 +01:00
adisbladis
460e02a9c0
emacs-packages: Drop zmq package
Use generated melpa package instead
2019-08-07 18:04:21 +01:00
adisbladis
f7627be844
emacs-packages: Drop manually packaged pdf-tools
Use autogenerated package from melpa
2019-08-07 18:04:21 +01:00
adisbladis
7d1c5e84ca
emacs-packages: Drop redshank package
Use melpa generated package instead
2019-08-07 18:04:21 +01:00
adisbladis
20ff3edcfa
emacs-packages: Drop stgit
Use autogenerated modules from melpa instead
2019-08-07 18:04:20 +01:00
adisbladis
1fc89fcad8
emacs-packages: Drop manually created nyan-mode derivation
Use autogenerated modules from melpa instead
2019-08-07 18:04:20 +01:00
adisbladis
6742c9976a
emacs-packages: Move shm
Use autogenerated modules from melpa instead
2019-08-07 18:04:20 +01:00
adisbladis
47d3b98b4b
melpa-packages: Add ability to ovveride melpa JSON archive location
This enables using the melpa json generator in an overlay
2019-08-07 18:04:19 +01:00
adisbladis
8911226971
emacs-packages: Allow update script to be called from any location
Previously working directory was important
2019-08-07 18:04:19 +01:00
adisbladis
f63dbf3c94
emacs-packages: Fix kubernetes.el build 2019-08-06 11:23:53 +01:00
Herwig Hochleitner
d65f1b20c3
emacs-modes: replace melpa-generated with json format
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-08-02 09:15:47 +01:00
Silvan Mosberger
d834a4a4fa
Merge pull request #59451 from liff/emacs/treemacs-magit-fix
treemacs-magit: needs git at build time
2019-08-01 15:25:22 +02:00
Akira Komamura
93877c52f6
emacs-libvterm: 2019-04-28 -> 2019-07-22 2019-07-28 17:25:21 +09:00
Thomas Tuegel
32e552af3f
editorconfig: Include runtime dependency on editorconfig-core-c 2019-07-24 15:39:46 -05:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Jake Waksbaum
c7276b2b3d emacsPackagesNg: Mark merlin and flycheck-ocaml as unbroken (#55361) 2019-07-05 18:19:46 +02:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
worldofpeace
cab7c6cbd9 treewide: use dontConfigure 2019-07-01 04:23:51 -04:00
Matthew Bauer
5662977e35
Merge pull request #62164 from benley/benley/org-packages
orgPackages:  2018-12-30 -> 2019-05-27
2019-06-20 15:33:34 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Alexey Shmalko
fcbec7e738
melpa-stable-packages: remove unstable packages
During the last melpa-stable-packages update, there was an update script
invocation error which resulted in melpa-stable-packages to also include
all the unstable packages.

I have re-run the script correctly, so this commit removes all the
unstable packages that were accidentally included.
2019-06-11 22:59:43 +03:00
Alexey Shmalko
ff6cd5d6f2
melpa-stable-packages: 2019-06-06 2019-06-07 00:21:03 +03:00
Alexey Shmalko
b7c87930fe
melpa-packages: 2019-06-06 2019-06-07 00:20:06 +03:00
Alexey Shmalko
8798361599
elpa-packages: 2019-06-06 2019-06-07 00:18:54 +03:00
Benjamin Staffin
dbb6acd56a org-packages 2019-05-27 2019-05-28 14:40:11 -04:00
adisbladis
b9ed29725b
emacs-libvterm: unstable-2018-11-16 -> unstable-2019-04-28 2019-05-01 12:24:50 +01:00
Frederik Rietdijk
bae32a9f5c Merge staging-next into staging 2019-04-16 18:54:15 +02:00
Olli Helenius
974f64f0c6 treemacs-magit: needs git at build time 2019-04-14 11:30:26 +03:00
Alexey Shmalko
84a8bad00c
melpa-stable-packages: 2019-04-08 2019-04-08 12:20:25 +03:00
Alexey Shmalko
5c8d0fe4b5
elpa-packages: 2019-04-08 2019-04-08 11:26:33 +03:00
Alexey Shmalko
3eafca2f9f
melpa-packages: 2019-04-08 2019-04-08 11:18:24 +03:00
Matthew Bauer
eaa5e85b35 haskell: add more hackage mirrors, use mirrors in more places
Fixes #58971
2019-04-05 13:51:56 -04:00
Jascha Geerds
ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Sergiu Ivanov
bde995ca50
icicles: 2018-07-02 -> 2019-02-22
Closes https://github.com/NixOS/nixpkgs/pull/52676.

Co-authored-by: Alyssa Ross <hi@alyssa.is>
2019-02-22 16:29:04 +00:00
Florian Friesdorf
fbef5ab82f Remove myself as maintainer from packages
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01:00
Silvan Mosberger
baa9110d43
Merge pull request #56123 from Infinisil/fix/lua-mode
emacsPackagesNg.lua-mode: Fix hash
2019-02-22 12:47:06 +01:00
Silvan Mosberger
582b952cc0
emacsPackagesNg.lua-mode: Fix hash
See https://github.com/NixOS/nixpkgs/issues/54641
2019-02-21 04:09:28 +01:00