Commit Graph

5538 Commits

Author SHA1 Message Date
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Sandro
9ea5bd6df3
Merge pull request #109979 from eraserhd/quickscope-kak-fix
kakounePlugins.quickscope-kak: Fix stdenv.lib -> lib breakage
2021-01-19 18:14:52 +01:00
Jason Felice
a1bb960c13 kakounePlugins.quickscope-kak: Fix stdenv.lib -> lib breakage 2021-01-19 10:57:34 -05:00
AndersonTorres
d7257afaf2 tecoc: 20150606 -> unstable-2020-11-03 2021-01-19 12:29:04 -03:00
Stefan Frijters
6de3a58833
emacs-modes: Add missing 'lib' arguments 2021-01-19 15:14:17 +01:00
Sandro
34095f8d96
Merge pull request #109630 from SeTSeR/master
melpaPackages.telega: Fix build
2021-01-19 14:15:31 +01:00
Nikolay Korotkiy
b531c7a385
cudatext: 1.118.2 → 1.122.3 2021-01-19 13:35:23 +03:00
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
Jonathan Ringer
a2cca0669e quartus-prime-lite: remove hydraPlatforms 2021-01-19 01:16:25 -08:00
Sandro
a6ff47644b
Merge pull request #96461 from loewenheim/kak-powerline
kak-powerline: 2019-07-23 -> 2020-08-22
2021-01-18 20:22:45 +01:00
Sandro
79fa5c1c45
Merge pull request #107033 from malte-v/kak-prelude-update
kakounePlugins.kak-prelude: 2020-03-15 -> 2020-09-06
2021-01-18 20:20:22 +01:00
Lars Mühmel
f4d0aad708 kakoune.plugins.kak-auto-pairs: fix lib 2021-01-18 18:39:54 +01:00
Sandro
05e6e64817
Merge pull request #107399 from r-ryantm/auto-update/quilter
quilter: 2.5.1 -> 2.5.4
2021-01-18 12:13:17 +01:00
Sergey
90febc0e34
telega: Fix pkg-config dependency
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-18 13:37:48 +03:00
Sandro
fff42b1d70
Merge pull request #109718 from jonringer/fix-kakoune
kakoune.plugins.kak-fzf: fix assertion
2021-01-18 11:10:27 +01:00
Jonathan Ringer
68fcde294d kakoune.plugins.kak-fzf: fix assertion 2021-01-18 01:45:34 -08:00
Robert Schütz
629065b91c setzer: 0.3.9 -> 0.4.0 2021-01-18 09:40:24 +01:00
Sergey Makarov
327e535e95
telega: Fix build 2021-01-17 01:23:13 +03:00
Anderson Torres
c5323df4f7
Merge pull request #106727 from r-ryantm/auto-update/kdevelop
kdevelop-unwrapped: 5.6.0 -> 5.6.1
2021-01-16 16:26:33 -03:00
Jörg Thalheim
d8d06d1cec
Merge pull request #109455 from siraben/remove-stdenv-lib 2021-01-16 16:17:07 +00:00
Sandro
c2462bb391
Merge pull request #109508 from dotlambda/setzer-0.3.9
setzer: 0.3.2 -> 0.3.9
2021-01-16 14:09:41 +01:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Robert Schütz
8d0cd6112f setzer: 0.3.2 -> 0.3.9 2021-01-16 10:47:15 +01: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
Maximilian Bosch
b0c732b698
Merge pull request #109403 from lsix/nano-5.5
nano: 5.4 -> 5.5
2021-01-15 09:21:21 +01:00
Alyssa Ross
3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Lancelot SIX
b4255f82c0
nano: 5.4 -> 5.5 2021-01-14 20:36:47 +00:00
Anderson Torres
956afcd713
Merge pull request #106548 from eraserhd/quickscope-kak
kakounePlugins.quickscope-kak: init at 1.0.0
2021-01-14 10:26:31 -03:00
Silvan Mosberger
7ddb89332c
Merge pull request #109293 from ilian/u/reaper
reaper: 6.12c -> 6.19
2021-01-14 01:15:46 +01:00
ilian
e10bf33327 bonzomatic: update maintainers 2021-01-13 23:09:02 +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
6347f78fd9
emacsPackages*: Move to emacs*.pkgs
This makes it much easier to create customisations around emacs via
the a new convenience passthru attr:
- `emacs.pkgs`: What used to be emacsPackages is now `emacs.pkgs`

The previous versioned names `emacs*Packages` have been moved to
aliases.nix and are now considered deprecated in favour of `emacs*.pkgs`.
2021-01-13 17:04:55 +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
Sandro
724887c85e
Merge pull request #107772 from nrdxp/kak-fzf
kak-fzf: 2020-05-24 -> 2020-07-26
2021-01-11 19:09:03 +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
Anderson Torres
d54d5f6602
Merge pull request #108194 from Vonfry/fix/emacs/gnuplot
emacsPackages.gnuplot: autoreconf is not needed any longer.
2021-01-08 16:25:28 -03:00
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Sandro
7a5c1d3cd5
Merge pull request #108474 from erictapen/ghostwriter-2.0.0 2021-01-07 21:07:29 +01:00
Justin Humm
5d815cce8a
ghostwriter: 1.0.1 -> 2.0.0-rc3, build with newest libsForQt5
- mark as broken on darwin
- add myself as maintainer
2021-01-07 13:38:31 +01:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro
861a561419
Merge pull request #108628 from r-ryantm/auto-update/thonny
thonny: 3.3.1 -> 3.3.2
2021-01-07 02:52:14 +01:00
R. RyanTM
a6f27eb1fe thonny: 3.3.1 -> 3.3.2 2021-01-07 00:58:51 +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
WORLDofPEACE
cce45c73b9
Merge pull request #108471 from andyrichardson/patch-2
vscodium: Fix invalid download URL (404)
2021-01-05 10:05:07 -05:00
Andy Richardson
049311bc4b
vscodium: Fix invalid download URL (404) 2021-01-05 12:20:19 +00:00
AndersonTorres
e2a3c74126 moe: 1.10 -> 1.11 2021-01-05 08:55:25 -03:00
Frederik Rietdijk
b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
Anderson Torres
a5c848382c
Merge pull request #108261 from AndersonTorres/updates
Misc updates
2021-01-04 10:17:22 -03:00
Arnout Engelen
28564278c0 jetbrains: updates 2021-01-04 13:44:30 +01:00
github-actions[bot]
f0187a2cf3
Merge staging-next into staging 2021-01-04 12:26:43 +00:00
AndersonTorres
aeffc753fa joe: cleanup
Add a longDescription, and also add myself as maintainer.
2021-01-03 23:19:42 -03:00
AndersonTorres
03b1d53ace jed: init at 0.99-19 2021-01-03 23:16:17 -03:00
AndersonTorres
7d370b0fa3 jove: init at 4.17.3.6 2021-01-03 23:16:17 -03:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07: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
Frederik Rietdijk
3f08495212
Merge pull request #108022 from siraben/cmake-native-build-inputs
[staging] treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 10:54:25 +01:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Sandro
e5c488c154
Merge pull request #106741 from cyplo/mindforger1.52
mindforger: 1.48.2 -> 1.52.0
2021-01-01 03:32:49 +01:00
Kim Lindberger
ee5a73f5ac
Merge pull request #107839 from collares/update-emacs2nix
emacs2nix: update to fix locale issues and a missing elpa package
2020-12-30 21:30:08 +01:00
Cyryl Płotnicki
31f845840c mindforger: 1.48.2 -> 1.52.0 2020-12-30 14:57:25 +00:00
ajs124
39c6139dd5 texstudio: 3.0.1 -> 3.0.3 2020-12-30 00:40:02 +01:00
Mauricio Collares
a0c2d672f7 emacs2nix: update to fix locale issues and a missing elpa package 2020-12-28 20:19:16 -03:00
Graham Christensen
14c2379fa7
Merge pull request #107052 from drewrisinger/dr-pr-vscode-arm
vscode, vscodium: 1.51.1 -> 1.52.1 & add aarch64-linux, armv7l-linux builds
2020-12-28 16:55:48 -05:00
Bjørn Forsman
d0ecbe67b8 eclipses.plugins.cdt: fix hash
The last update had a copy-pasta error: the hash for jdt was also used
for cdt.

Fixes: 66a14b3e23 ("eclipses: 2020-09 -> 2020-12")
2020-12-28 20:54:33 +01:00
Timothy DeHerrera
0cf9d539be
kak-fzf: 2020-05-24 -> 2020-07-26 2020-12-27 18:40:35 -07:00
Michael Weiss
669e4df42a
Merge pull request #107669 from meutraa/update/android-studio
Update Android Studio
2020-12-27 11:58:15 +01:00
Sandro
441ccfeb5b
Merge pull request #104982 from sikmir/cudatext
cudatext: 1.115.0 → 1.118.2
2020-12-27 02:18:47 +01:00
Nikolay Korotkiy
5694379992
cudatext: 1.115.0 → 1.118.2 2020-12-27 01:15:14 +03:00
meutraa
e253027617
androidStudioPackages.{canary,dev}: 20.3.1.2 -> 2020.3.1.3 2020-12-26 21:32:05 +00:00
meutraa
c12a3a31ff
androidStudioPackages.beta: 4.2.0.17 -> 4.2.0.18 2020-12-26 20:38:02 +00:00
Nicolas Martin
ff42b4ae55
glow: add changelog meta-attribute 2020-12-25 15:07:12 +01:00
Nicolas Martin
6f400cf290
glow: 1.2.1 -> 1.3.0 2020-12-25 14:02:54 +01:00
Lassulus
16b80104bf
Merge pull request #107383 from cole-h/kakoune
kakoune: fix installCheck
2020-12-24 20:07:09 +01:00
Drew Risinger
9485b86453 vscodium: add arm64-linux & armv7l-linux builds 2020-12-24 13:35:18 -05:00
Drew Risinger
93c067206d vscodium: 1.51.1 -> 1.52.1 2020-12-24 13:33:16 -05:00
Drew Risinger
f0f18ad16c vscode: add arm64-linux & armv7l-linux builds 2020-12-24 13:32:02 -05:00
upkeep-bot
e24bf9062b vscode: 1.51.1 -> 1.52.1 2020-12-23 18:16:05 -08:00
R. RyanTM
37375215cc quilter: 2.5.1 -> 2.5.4 2020-12-22 12:55:32 +00:00
Cole Helbling
9b3fe2eef4
kakoune: fix installCheck
* `doInstallCheckPhase` -> `doInstallCheck`
* `-E` throws an exception that is uncaught, leading the check to fail.
`-e` works as expected.
2020-12-21 16:21:22 -08:00
Sebastian Zivota
53cc6bbce3 kak-powerline: 2019-07-23 -> 2020-08-22
Moreover, the original repository is unmaintained. I changed it
to the current maintainer's fork.
2020-12-20 19:01:24 +01:00
mohe2015
56b0eb0c6f
eclipses.eclipse-rust: init at 2020-12 2020-12-20 19:25:29 +01:00
mohe2015
66a14b3e23
eclipses: 2020-09 -> 2020-12 2020-12-20 19:25:28 +01:00
Edward Tjörnhammar
e3c8f10cbb
jetbrains: configurable vmoptions
All products are now configurable through `config.jetbrains.vmoptions`

Closes #107032
2020-12-19 23:19:52 +01:00
Edward Tjörnhammar
83bd601310
jetbrains.clion: address minor globchange 2020-12-19 23:19:43 +01:00
kolaente
657b567eaf
jetbrains: updates 2020-12-19 23:19:21 +01:00
Mario Rodas
230e0a31a0
Merge pull request #106997 from samuela/patch-2
vscodium: update script artifact names have changed
2020-12-17 12:42:35 -05:00
Aaron Andersen
ba2e5e624a
Merge pull request #106717 from r-ryantm/auto-update/kdev-php
kdev-php: 5.6.0 -> 5.6.1
2020-12-17 07:11:21 -05:00
R. RyanTM
a488984368 kdev-python: 5.6.0 -> 5.6.1 2020-12-17 07:51:34 +01:00