Commit graph

1008 commits

Author SHA1 Message Date
adisbladis 87e16d7074
emacsPackages.prologMode: Mark as broken 2019-08-30 16:16:17 +01:00
adisbladis deda623918
emacsPackages.hol_light_mode: Mark as broken 2019-08-30 16:16:17 +01:00
adisbladis 7580e58dde
emacsPackages.emacsClangCompleteAsync: Mark as broken 2019-08-30 16:16:17 +01:00
adisbladis 81168273ff
emacsPackages.colorThemeSolarized: Mark as broken 2019-08-30 16:16:17 +01:00
adisbladis c930cf74a0
emacsPackages.cedet: Mark as broken 2019-08-30 16:16:17 +01:00
Matthew Bauer 3155fbff0a emacs-irony: shrink closure
Goes from 1.6G -> 154M
2019-08-29 18:25:35 -04:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Matthew Bauer b993fb03ac melpa-packages.nix: remove generic
This file does not exist
2019-08-25 21:57:21 -04:00
Matthew Bauer b2fd2b739e emacs-irony: fix build
Fixes #66556
2019-08-25 21:54:45 -04:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
adisbladis 517d1b0869
elpa-packages: 2019-08-18 2019-08-18 11:10:34 +01:00
adisbladis b6ccc1a6b0
emacs-packages: Make org packages overrideable 2019-08-18 11:10:06 +01:00
adisbladis 316f68552b
emacs-packages: Add simple org-packages update wrapper script 2019-08-18 11:10:06 +01:00
adisbladis ee80e10a98
emacs-packages: Make elpa generated file overrideable 2019-08-18 11:10:02 +01:00
adisbladis eacc71a6b6
emacs-packages: Add easy wrapper script to update elpa 2019-08-18 11:03:32 +01:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Elis Hirwing ce60bca7c2
emacsPackagesNg.emacsql-sqlite: Build sqlite binary 2019-08-15 07:52:46 +02:00
adisbladis 86d143f58c
emacsPackagesNg: Update melpa 2019-08-13 11:23:34 +01:00
adisbladis 8ac0ff54dc
emacsPackagesNg.melpaStablePackages: Fix eval by moving vterm override 2019-08-13 11:23:34 +01:00
adisbladis 7bad92935d
emacsPackagesNg.telega: Build server binary 2019-08-13 10:43:44 +01:00
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
Freezeboy 8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Silvan Mosberger e47fcaed5b
Merge pull request #54194 from vanzef/racer-mode-path-fix
emacsPackagesNg.racer-mode: fix default value for RUST_SRC_PATH
2019-01-28 11:11:07 +01:00
Ivan Solyankin 95cc144a5f emacsPackagesNg.racer-mode: fix default value for RUST_SRC_PATH 2019-01-28 12:36:53 +03:00
adisbladis 2ac775a084
emacsPackagesNg.forge: Add git as build input 2019-01-10 16:16:38 +00:00
adisbladis 676de9dd5f
melpa-stable-packages: 2019-01-03 2019-01-10 11:29:08 +00:00
adisbladis 83f611288a
org-packages: 2019-01-03 2019-01-10 11:29:06 +00:00
adisbladis f3b18da42d
melpa-packages: 2019-01-03 2019-01-10 11:29:05 +00:00
adisbladis 4c27eceff8
elpa-packages: 2019-01-03 2019-01-10 11:29:02 +00:00
Herwig Hochleitner 48d08bea5a emacsPackages: update elpa and org generated
cc @ttuegel
2018-12-22 02:46:43 +01:00
Brian McKenna 1918257770 font-lock-plus: fix recipe
Used the wiki fetcher which doesn't seem to exist.

Replaced with a fake repo. Doesnt seem to be used.
2018-12-03 00:12:09 +05:30
c0bw3b 0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
c0bw3b 93e511c319 Treewide: use HTTPS on GNU Savannah domains
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
c0bw3b a04a512f34 Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
Thomas Tuegel 890af817ce
Merge pull request #50786 from tadfisher/elpa-packages
elpa-packages: 2018-11-19
2018-11-20 19:22:40 -06:00
Thomas Tuegel 94c9d28bf3
Merge pull request #50787 from tadfisher/org-packages
org-packages: 2018-11-19
2018-11-20 19:22:24 -06:00
Thomas Tuegel 0cb8c8ae2d
Merge pull request #50788 from tadfisher/melpa-packages
melpa-packages: 2018-11-19
2018-11-20 19:22:09 -06:00
Thomas Tuegel 301380f180
Merge pull request #50789 from tadfisher/melpa-stable-packages
melpa-stable-packages: 2018-11-19
2018-11-20 19:21:49 -06:00
adisbladis 57aa1be688
emacs-libvterm: unstable-2017-11-24 -> unstable-2018-11-16 2018-11-20 20:23:18 +00:00
c0bw3b cc7e724b91 remember: remove
Gna.org forge is closed and upstream repo was not relocated
+ remember-mode is part of the base Emacs since 26.1
2018-11-20 20:44:34 +01:00
Tad Fisher 5603017566 org-packages: 2018-11-19 2018-11-19 12:51:39 -08:00
Tad Fisher 030eda9395 melpa-stable-packages: 2018-11-19 2018-11-19 12:50:30 -08:00
Tad Fisher 1b490d1977 melpa-packages: 2018-11-19 2018-11-19 12:49:16 -08:00
Tad Fisher a79ba156f4 elpa-packages: 2018-11-19 2018-11-19 11:55:26 -08:00
Bojan Nikolic bd0aa43571 magit-filenotify: Fix missing dependency on git
magit-filenotify has a build-time dependency on git, fix this in same
way as magit by adding override
2018-10-16 15:39:49 +01:00
Matthew Pickering 9e348b4613 emacsPackages.cedille: init at 1.0.0 2018-10-14 19:17:37 +00:00
Peter Hoeg 89b618771a emacs: fix egg dependency on git 2018-10-01 17:01:42 +08:00
Peter Hoeg b5c69bca37 emacs: magithub and magit-svn require git 2018-10-01 11:37:47 +08:00
Thomas Tuegel bd3e3d8a18
elpa-packages: 2018-09-15 2018-09-15 14:43:56 -05:00
Thomas Tuegel e68f1b3aba
org-packages: 2018-09-15 2018-09-15 14:40:41 -05:00
Thomas Tuegel 4a2e7f3119
melpa-stable-packages: 2018-09-15 2018-09-15 14:39:38 -05:00
Thomas Tuegel 851da08dd9
melpa-packages: 2018-09-15 2018-09-15 14:39:27 -05:00
Daniël de Kok 9d6ff38f70 magit-todos: fix build by providing git as input. (#45999)
magit-todos requires git during builds. Fixes #45868.
2018-09-03 23:42:57 +02:00
Benjamin Staffin 23340918d9
vdiff-magit: Include git in nativeBuildInputs (#45314)
Like magit, vdiff-magit expects git to be present at install time.
2018-08-20 21:23:54 -04:00
Frederik Rietdijk d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Peter Hoeg 9823e4caa7 emacs-magit-annex: git was missing 2018-08-06 17:09:26 +08:00
John Ericson db965063b3 treewide: Make configureFlags lists 2018-08-03 17:06:03 -04:00
Peter Hoeg 9ddd60138c emacs-php-auto-yasnippets: fix HOME 2018-08-02 16:04:57 +08:00
Peter Hoeg 5867097d1f emacs-connection: upstream is OK again 2018-08-02 13:48:51 +08:00
Peter Hoeg 0de9d840ab emacs-dictionary: upstream is OK again 2018-08-02 13:48:37 +08:00
Peter Hoeg bcbfed377e emacs-link: upstream is OK again 2018-08-02 13:48:24 +08:00
Peter Hoeg b1914088e1 emacs-powershell: upstream is OK again 2018-08-02 13:47:33 +08:00
Peter Hoeg 667938468b emacs-magit-gitflow: git was missing 2018-08-02 13:47:12 +08:00
Peter Hoeg fe6313da30 emacs-insert-shebang: fix compilation 2018-08-02 13:46:43 +08:00
Peter Hoeg 64c0d50fc3 emacs-evil-search-highlight-persist: add dependencies 2018-08-02 13:46:21 +08:00
Peter Hoeg 66d16a5409 emacs-evil-magit: needs git 2018-08-02 13:46:07 +08:00
Peter Hoeg d172d404e9 emacs-cmake: upstream is OK again 2018-08-02 13:45:45 +08:00
Thomas Tuegel 4f5837668b
hindent: build Emacs package with latest Melpa recipe
The hindent Emacs package is built with the latest Melpa recipe, but the same
source version as in haskellPackages.
2018-07-26 15:36:43 -05:00
Thomas Tuegel 648911fee3
melpa-packages: Fix evaluation 2018-07-23 06:51:51 -05:00
Thomas Tuegel 095e2f961f
elpa-packages: Fix evaluation 2018-07-23 06:51:51 -05:00
Thomas Tuegel a0762a4eee
org-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel 56df454a07
elpa-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel 8ecdc02f95
melpa-stable-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Thomas Tuegel 707010ef23
melpa-packages: 2018-07-22 2018-07-23 06:51:51 -05:00
Jörg Thalheim 5e05b0a105
Merge pull request #43901 from periklis/orgit-fix-inputs
orgit: add git to native build inputs
2018-07-21 19:05:46 +01:00
Periklis Tsirakidis 2bf47aa2b8 orgit: add git to native build inputs 2018-07-21 17:45:08 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth 87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Thomas Tuegel 9cfbef8bf2
Merge pull request #43609 from ttuegel/emacs-packages-2018-07-14
Emacs package updates
2018-07-17 17:53:54 -05:00
Thomas Tuegel a5f026f778
emacsPackagesNg.magit: find Git during build 2018-07-16 12:29:10 -05:00
Thomas Tuegel d3cea48608
emacsPackagesNg: 2018-07-15 update
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-07-15 20:52:41 -05:00
Benjamin Andresen b07deda268 emacsPackages.cask: 0.8.1 -> 0.8.4 2018-07-14 14:07:23 +02:00
Sergiu Ivanov ea1b56c27b icicles: 2018-04-16 -> 2018-07-02 2018-07-02 04:36:09 +02:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Peter Simons c08d5ab247 emacsPackages.haskellMode: mark 'broken'
This package is obsolete anyway. Use "emacsMelpa.haskell-mode" instead.
2018-06-07 15:22:16 +02:00
adisbladis 4e891cf4d5
emacsPackages.emacs-libvterm: Fix build (flipped over libvterm-neovim) 2018-05-16 14:31:43 +08:00
adisbladis 149a0dc1ff
emacsPackages.emacs-libvterm: init at unstable-2017-11-24 2018-05-16 14:02:49 +08:00
Will Dietz 4b7b083bcb treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linux
Include all linux platforms.
2018-04-30 18:12:10 -05:00
Matthew Justin Bauer 8273d97128
Merge pull request #38983 from scolobb/icicles-bump
icicles: 2017-10-28 -> 2018-04-16
2018-04-19 12:01:32 -05:00
Michael Alan Dorman 529e7cf070 fold-dwim-org: mark broken
missing upstream dependency
2018-04-17 07:09:15 -04:00
Michael Alan Dorman 6515df0258 melpa-packages: 2018-04-16
Removals:
 - ido-ubiquitous: removed from melpa
2018-04-17 07:08:58 -04:00
Michael Alan Dorman 4ec912fc11 melpa-stable-packages: 2018-04-16
Removals:
 - ido-ubiquitous: removed from melpa
2018-04-17 07:08:58 -04:00
Michael Alan Dorman ee8b9d92b5 org-packages: 2018-04-16 2018-04-17 07:08:57 -04:00
Michael Alan Dorman 3aefd6c94e elpa-packages: 2018-04-16 2018-04-17 07:08:57 -04:00
Clemens Fruhwirth 3476b4c7d7 Remove overrides for dead emacs packages. 2018-04-16 14:32:07 +02:00
Sergiu Ivanov dec5e5a602 icicles: 2017-10-28 -> 2018-04-16 2018-04-16 02:00:29 +02:00