Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
adisbladis
5f69227d55
emacs.pkgs.melpa-packages: 2021-01-15
2021-01-15 13:07:59 +01:00
adisbladis
abc6fca7ca
emacs.pkgs.elpa-packages: 2021-01-15
2021-01-15 13:07:21 +01:00
adisbladis
4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
...
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
adisbladis
5ea6dcd1d2
emacsPackages.melpa-packages: 2021-01-13
2021-01-13 03:54:10 +01:00
adisbladis
19d9d0023d
emacsPackages.org-packages: 2021-01-13
2021-01-13 03:53:14 +01:00
adisbladis
051af70ce5
emacsPackages.elpa-packages: 2021-01-13
2021-01-13 03:53:13 +01:00
adisbladis
35fca4864e
emacs.update-from-overlay: Allow broken in all nix-instantiate calls
2021-01-13 03:52:39 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next
2021-01-10 23:24:33 +01:00
John Ericson
05b5b5491e
Merge pull request #108507 from Ericson2314/ott-mode
...
ott-mode: Factor our from ott
2021-01-10 14:30:59 -05:00
github-actions[bot]
e251591528
Merge master into staging-next
2021-01-09 01:00:25 +00:00
John Ericson
0f52f30928
ott-mode: Init (version inherited from ott)
...
This way it is pre-compiled.
2021-01-05 14:41:51 -05:00
zowoq
fb2311d430
Merge staging-next into staging
2021-01-03 16:33:28 +10:00
Vonfry
4e677ba476
emacsPackages.gnuplot: autoreconf is not needed any longer.
2021-01-02 13:15:23 +08:00
Ben Siraphob
3496ce2a0c
treewide: remove trailing whitespaces
2021-01-01 10:41:04 -08:00
AndersonTorres
bbf4d0ddde
Emacs Elpa updates
...
Generated via auto-update scripts.
2021-01-01 10:54:50 -03:00
AndersonTorres
f42856b37e
Emacs Melpa updates
...
Generated via auto-update scripts.
2021-01-01 10:54:50 -03:00
AndersonTorres
69503ada0c
Emacs Org: 20201207 -> 20201228
...
Generated via auto-update scripts.
2021-01-01 10:54:50 -03:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Mauricio Collares
a0c2d672f7
emacs2nix: update to fix locale issues and a missing elpa package
2020-12-28 20:19:16 -03:00
Alyssa Ross
1fe24de3a2
emacs2nix: update to add trailing newline
...
Files generated by emacs2nix will now end in a final newline, as is
now required by the Nixpkgs editorconfig-checker CI action.
See <https://github.com/ttuegel/emacs2nix/pull/51 >.
2020-12-13 16:24:12 +00:00
Alyssa Ross
609843b478
emacsPackages.sql-presto: mark broken
2020-12-10 21:22:04 +00:00
Alyssa Ross
322ee87a10
emacsPackages.per-buffer-theme: mark broken
2020-12-10 21:22:03 +00:00
Alyssa Ross
75bd468468
emacsPackages.instapaper: mark broken
2020-12-10 21:22:01 +00:00
Alyssa Ross
183364f96f
emacsPackages.melancholy-theme: mark broken
2020-12-10 21:21:59 +00:00
Alyssa Ross
4300a94d2f
emacsPackages.magit-stgit: mark broken
2020-12-10 21:21:05 +00:00
Alyssa Ross
f493e62643
emacsPackages.melpa-packages: 2020-12-09
2020-12-09 22:57:49 +00:00
Alyssa Ross
33ee2f22c6
emacsPackages.org-packages: 2020-12-09
2020-12-09 22:57:49 +00:00
Alyssa Ross
a43c6fc025
emacsPackages.elpa-packages: 2020-12-09
2020-12-09 22:57:49 +00:00
freezeboy
6e386e1c46
emacs26Packages.prolog-mode: unbreak
...
Unfortunately this package doesn't contain the version number in the URL
so it might break easily again, but it is just a matter of updating the
sha256
2020-11-02 02:09:27 +01:00
adisbladis
fa1272e956
emacsPackages.libgit: Fix build
2020-09-20 22:27:52 +02:00
Brian Leung
bea26371b5
emacsPackages.orgit-forge: override build inputs to include Git
2020-08-28 20:40:12 -07:00
Jörg Thalheim
4d55b517e8
Merge pull request #95815 from Mic92/emacs-updates
...
emacsPackages: updates
2020-08-21 08:57:17 +01:00
adisbladis
d339f8379d
emacs: emacs26 -> emacs27
...
The attribute names were wrong
2020-08-21 00:32:37 +02:00
Jörg Thalheim
462ddc56a5
emacsPackages.melpa-packages: 2020-08-19
2020-08-19 19:07:15 +01:00
Jörg Thalheim
5f74bb1eac
emacsPackages.org-packages: 2020-08-19
2020-08-19 19:05:56 +01:00
Jörg Thalheim
d5acb85b09
emacsPackages.elpa-packages: 2020-08-19
2020-08-19 19:05:54 +01:00
adisbladis
b47873026c
emacsPackages.melpa-packages: 2020-05-17
2020-05-17 00:44:14 +01:00
adisbladis
3c5a940329
emacsPackages.org-packages: 2020-05-17
2020-05-17 00:44:13 +01:00
adisbladis
6fe3d08fdf
emacsPackages.elpa-packages: 2020-05-17
2020-05-17 00:44:13 +01:00
adisbladis
7139d39cd3
emacsPackages: Add org packages to update-from-overlay script
2020-05-17 00:44:13 +01:00
adisbladis
89f69a2848
melpaPackages: Make all overrides shared
2020-05-17 00:44:09 +01:00
adisbladis
f1bd1b9fdd
emacsPackages.forge: Fix build
2020-05-16 12:34:50 +01:00
adisbladis
ae2a2be11d
emacsPackages.dune: Fix build
2020-05-16 11:12:09 +01:00
adisbladis
b17e80a4f1
emacsPackages.treemacs-magit: Fix build
2020-05-16 11:12:09 +01:00
adisbladis
692d924a78
emacsPackages.rtags-xref: Fix build
2020-05-16 11:12:09 +01:00
adisbladis
2cbfe21649
emacsPackages.haskell-unicode-input-method: Fix build
2020-05-16 09:11:32 +01:00
adisbladis
21351cfccf
emacsPackages.ocaml-mode: Remove broken package
2020-05-16 09:11:31 +01:00