Commit graph

1063 commits

Author SHA1 Message Date
adisbladis 5adfa39a99
elpa-packages: 2020-04-26 2020-04-26 19:48:16 +01:00
adisbladis 5afaf77e58
emacsPackages.mandoku-tls: Fix build 2020-04-24 11:35:37 +01:00
adisbladis b77f95191f
emacsPackages.mandoku: Fix build 2020-04-24 11:35:37 +01:00
adisbladis 12085f3ef9
emacsPackages.kapacitor: Fix build 2020-04-24 11:35:37 +01:00
adisbladis d8a6536f25
emacsPackages.kubernetes-evil: Fix build 2020-04-24 11:35:37 +01:00
adisbladis 9072afb680
emacsPackages.magit-gerrit: Fix build 2020-04-24 11:22:16 +01:00
adisbladis 63da0e5eee
emacsPackages.magit-vcsh: Fix build 2020-04-24 11:22:16 +01:00
adisbladis dd33024c37
emacsPackages.magit-topgit: Fix build 2020-04-24 11:22:15 +01:00
adisbladis a22e37b51b
emacsPackages.magit-tbdiff: Fix build 2020-04-24 11:22:15 +01:00
adisbladis f10c79e19e
emacsPackages.magit-reviewboard: Add git input
The build is still failing for unrelated reasons.
2020-04-24 11:22:15 +01:00
adisbladis 8827608af7
emacsPackages.magit-reviewboard: Fix build 2020-04-24 11:22:15 +01:00
adisbladis 69cd2d51a4
emacsPackages.magit-rbr: Fix build 2020-04-24 11:22:14 +01:00
adisbladis df1fd7d2a4
emacsPackages.magit-patch-changelog: Fix build 2020-04-24 11:22:14 +01:00
adisbladis 43818efd94
emacsPackages.magit-p4: Fix build 2020-04-24 11:22:14 +01:00
adisbladis e581d92db8
emacsPackages.magit-org-todos: Fix build 2020-04-24 11:22:14 +01:00
adisbladis bd30b6e479
emacsPackages.magit-lfs: Fix build 2020-04-24 11:22:14 +01:00
adisbladis d12a589b54
emacsPackages.magit-imerge: Fix build 2020-04-24 11:22:13 +01:00
adisbladis 0c370e4946
emacsPackages.magit-gh-pulls: Fix build 2020-04-24 11:22:13 +01:00
adisbladis eb7aa2fce3
emacsPackages.magit-find-file: Fix build 2020-04-24 11:22:13 +01:00
adisbladis 368f9ee7d1
emacsPackages.magit-diff-flycheck: Fix build 2020-04-24 11:22:13 +01:00
adisbladis fa31ab9699
emacsPackages.magit-circleci: Fix build 2020-04-24 11:22:12 +01:00
adisbladis 3fe18a5b4e
emacsPackages.pod-mode: Fix platforms meta 2020-04-17 23:27:06 +01:00
Tony O 39b1de0fbf
sv-kalendar: fix meta 2020-04-17 19:03:26 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Shea Levy 6fac063e09
emacsPackages: Add standalone agda-input package that doesn't require building Agda. 2020-04-09 09:14:40 -04:00
Tony Olagbaiye df594f1e45 emacsPackages.lua-mode: Fix hash
for the third time...
2020-04-04 21:38:01 +01:00
adisbladis 8891bc00e5
melpa-packages: 2020-03-30 2020-03-30 09:42:18 +01:00
adisbladis d4fd0ba504
elpa-packages: 2020-03-30 2020-03-30 09:41:36 +01:00
adisbladis ad81f84d1f
melpa-packages: 2020-03-15 2020-03-15 18:03:00 +00:00
adisbladis 9dbe706576
elpa-packages: 2020-03-15 2020-03-15 18:03:00 +00:00
adisbladis 3e754e6bf6
melpa-packages: 2020-03-11 2020-03-11 23:43:02 +00:00
adisbladis 193987b126
elpa-packages: 2020-03-11 2020-03-11 23:42:25 +00:00
adisbladis 096a00a709
melpa-packages: 2020-03-01 2020-03-01 18:50:01 +00:00
adisbladis 7ff2e7c96e
elpa-packages: 2020-03-01 2020-03-01 18:49:17 +00:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Peter Hoeg ac289636de melpaPackages.gnuplot: add missing dependency 2020-01-13 16:37:11 +08:00
Peter Hoeg 00c01e0630 elpaPackages.gnuplot: 0.7 -> 0.7.2
Manual update as 0.7 breaks evil.
2020-01-13 16:36:36 +08:00
adisbladis 61a92baf35
melpa-packages: 2020-01-08 2020-01-08 14:34:35 +00:00
adisbladis 04c9af7d11
elpa-packages: 2020-01-08 2020-01-08 14:33:14 +00:00
Robin Gloster 760e23136a
treewide: *inputs are lists 2019-12-31 01:09:25 +01:00
Alyssa Ross 6b24a1b8c1
emacsPackages.pod-mode: init at 1.04 (#76470) 2019-12-28 10:54:30 +01:00
Robert Helgesson 61ea3fe475
emacsPackages.sv-kalender: init at 1.9 (#75892) 2019-12-20 18:28:22 +01:00
Matt Huszagh 0b76e93af4 org-packages: 9.2.6 -> 9.3 2019-12-03 19:52:30 -08:00
adisbladis 77d1b6cb9a
Merge pull request #74936 from acowley/emacs27-seq
emacs: do not use seq package from elpa for emacs >= 27
2019-12-03 21:49:09 +00:00
Anthony Cowley 3a35e4c768 emacs: do not use seq package from elpa for emacs >= 27
The `seq` package that comes with emacs 27 is newer than that provided
by ELPA. Various packages list `seq` as an input, causing it to be
imported from ELPA in addition to the (newer) version bundled with
emacs. Relying on the version packaged with emacs resolves the
conflict.

Fixes #73346
2019-12-03 15:04:08 -05:00
Samuel Rivas 0b504bc6ff color-theme-solarized: update and fix
I suspect there is something wrong with the elpa package generator. Emacs'
setup-hook adds the `site-lisp` directory to `load-path`, but elpa packages end
up having their code in `site-lisp/elpa/package-version, and thus emacs cannot
load them.

If that worked, adding `color-theme` as `builInput` might be better than
explicitly adding its `site-lisp` to the `load-path` in the `buildPhase`
2019-11-18 00:13:10 +01:00
Léo Gaspard 963fee775c org-packages: 9.2.3 -> 9.2.6
Note that the update-org script couldn't be used, as it is currently
broken. The upgrade was thus done by hand.
2019-11-04 02:31:31 +01:00
adisbladis 8930e0c21d
Merge pull request #72210 from urkud/emacs-cmake-mode-dontConfigure
emacs-cmake-mode: do not run `configure`
2019-11-01 16:37:03 +00:00
Yury G. Kudryashov dca6f19b70 emacs-*-rtags: use upstream package names
Split `emacs-rtags` into `rtags` and `*-rtags` following the
upstream (melpa) package names.
2019-10-29 07:51:11 -04:00
Yury G. Kudryashov 0681bce6e8 emacs-cmake-mode: do not run configure
Before this patch, the stable version did not run configure, and the
unstable version added `openssl` and `pkgconfig` to
dependencies.

Also, `dontConfigure = true` seems more readable than `configureScript
= "true"`.
2019-10-28 20:27:27 -04:00