Commit Graph

5165 Commits

Author SHA1 Message Date
Florian Klink
789749598a vscode: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Florian Klink
6c8d0d1de7 lighttable: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Florian Klink
a88186b4a2 brackets: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:39 +02:00
Konstantin Alekseev
f9a5d8539d neovim: fix node neovim binary link 2020-08-12 13:59:02 -07:00
Vladyslav M
2c0b4f56d6
Merge pull request #95190 from r-ryantm/auto-update/tiled
tiled: 1.4.1 -> 1.4.2
2020-08-12 23:36:19 +03:00
Matthew Bauer
669f0d3f36 emacs-macport: 26.3-7.7 -> 27.1-8.0 2020-08-11 11:51:24 -05:00
R. RyanTM
13c788cd0b tiled: 1.4.1 -> 1.4.2 2020-08-11 15:31:57 +00:00
adisbladis
7defacb757
emacs: 26.3 -> 27.1 2020-08-11 13:41:44 +02:00
Maximilian Bosch
3ad2a586b3
Merge pull request #95132 from r-k-b/feature/jetbrains-update
jetbrains: update
2020-08-11 10:30:36 +02:00
Robert K. Bell
d5adbd40b4
jetbrains: update
Used ./update.pl, no other changes.
2020-08-11 13:48:15 +10:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Chris Ostrouchov
0772bb3588 iruby: init at 0.3.0 2020-08-09 11:32:40 -07:00
Chris Ostrouchov
d64d676546
gophernotes: init at 0.7.1 2020-08-08 09:37:46 -04:00
Peter Hoeg
9764d44517
Merge pull request #94816 from r-ryantm/auto-update/okteta
kdeApplications.okteta: 0.26.3 -> 0.26.4
2020-08-07 11:48:13 +08:00
Jonathan Ringer
5144ec19c7 jetbrains.rider: fix dotnet location 2020-08-06 15:46:41 -07:00
R. RyanTM
048e885b29 kdeApplications.okteta: 0.26.3 -> 0.26.4 2020-08-06 19:25:28 +00:00
Maximilian Bosch
71ca3bf31d
Merge pull request #94705 from yoctocell/neovim-0.4.4
neovim: 0.4.3 -> 0.4.4
2020-08-05 22:20:03 +02:00
Daniël de Kok
5be7fe6b27
Merge pull request #94652 from Luflosi/update/kakoune
kakoune: 2020.01.16 -> 2020.08.04
2020-08-05 10:55:09 +02:00
yoctocell
7f137849e8 neovim: 0.4.3 -> 0.4.4 2020-08-05 10:22:53 +02:00
Frederik Rietdijk
26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Luflosi
c10e5168ac
kakoune: 2020.01.16 -> 2020.08.04
https://github.com/mawww/kakoune/releases/tag/v2020.08.04
2020-08-04 12:34:34 +02:00
Doron Behar
c63b5c4c36 wrapNeovim: fix darwin build 2020-08-04 09:14:09 +03:00
worldofpeace
a645b349d6
Merge pull request #93751 from r-ryantm/auto-update/quilter
quilter: 2.2.4 -> 2.5.0
2020-08-02 09:31:47 -04:00
Jörg Thalheim
597e829e8b
Merge pull request #94522 from r-ryantm/auto-update/lite
lite: 1.06 -> 1.11
2020-08-02 08:29:48 +01:00
R. RyanTM
4f468c6fbe lite: 1.06 -> 1.11 2020-08-02 05:57:03 +00:00
worldofpeace
3d80450362
Merge pull request #93621 from worldofpeace/fix-atom
atom: Fix #92487
2020-08-01 20:39:08 -04:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Silvan Mosberger
c1f872bfa8
Merge pull request #88110 from doronbehar/improve-neovim-wrapper
wrapNeovim: consolidate makeWrapper arguments and more
2020-08-01 00:59:45 +02:00
Doron Behar
85f6da6eed wrapNeovim: Rewrite
Cleanups:
- Removed unneeded neovim.meta.description reset.
- Remove unnecessary -x checks in `postBuild`.
- Use a ${placeholder "out"} if needed.

Changes:
- Switch to symlinkJoin, so e.g manpages link to the environment (#87929).
- Use nvim-node from $out/bin/ just like all other providers.
- Compute all arguments to makeWrapper in pure Nix "before" `postBuild`.
- Prevent double wrapping in case `configure != {}` and rplugin.vim
  needs to be generated.

Co-authored-by: Silvan Mosberger <contact@infinisil.com>
2020-07-31 20:39:12 +03:00
Lancelot SIX
7bec3a3cca nano: 4.9.3 -> 5.0 2020-07-31 01:07:48 -07:00
Matthew Bauer
d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Jörg Thalheim
c285657e86
Merge pull request #86227 from BananchickPasha/master
jetbrains rider: backend on .Net Core support
2020-07-29 22:53:03 +01:00
worldofpeace
0697d84006
Merge pull request #94181 from worldofpeace/my-updates
treewide: use nix-update updateScript for packages I maintain
2020-07-29 14:05:01 -04:00
Paul
500d695aac
androidStudioPackages.canary: 4.2.0.4 -> 4.2.0.5 (#93648) 2020-07-29 18:51:34 +02:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
Roman Kuznetsov
361d3bd0c1
vscode, vscodium: 1.46.1 -> 1.47.3 2020-07-28 20:36:41 +02:00
Vladimír Čunát
2b7c0dcdaa
Merge branch 'staging-next'
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
adisbladis
5f74b92a14
emacs: Make stdenv.mkDerivation params non recursive 2020-07-24 12:11:05 +02:00
adisbladis
d1b0eef9b5
emacs: Don't use interpolation for version 2020-07-24 12:10:54 +02:00
R. RyanTM
38645fa23b quilter: 2.2.4 -> 2.5.0 2020-07-24 08:11:27 +00:00
adisbladis
807e8e053c
emacs: Always add cairo as a build input if X is enabled 2020-07-24 03:16:17 +02:00
adisbladis
bf9e3b8dbf
emacs: Add native-comp feature branch infrastructure 2020-07-23 20:34:40 +02:00
adisbladis
24fd45ad8b
emacs: Add jansson & harbuzz inputs
These are required for emacs 27 and above and the nix-community emacs
overlay are adding these via overrides.

Add these already on emacs 26 to be forwards compatible and require
less overrides in the overlay.
2020-07-23 20:34:39 +02:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
worldofpeace
35cb34cf27 atom: Fix #92487
We rewrote the expression to use phases from genericBuilder.
https://github.com/NixOS/nixpkgs/issues/92487#issuecomment-654552010
2020-07-22 00:15:26 -04:00
Michael Weiss
9a47c3b504
Merge pull request #93558 from galagora/update-android-studio
androidStudioPackages.beta: 4.0.0.16 -> 4.1.0.14
2020-07-21 20:08:44 +02:00
galagora
7937ba3e89 androidStudioPackages.beta: 4.0.0.16 -> 4.1.0.14 2020-07-21 19:57:25 +03:00
galagora
fb7752a597 maintainers: add meutraa 2020-07-21 19:57:17 +03:00
galagora
167d5d8c3b maintainers: add galagora 2020-07-21 19:50:24 +03:00
Paul
9787038bc9
androidStudioPackages.canary: 4.1.0.10 -> 4.2.0.4 (#93588) 2020-07-21 18:35:59 +02:00
Pavol Rusnak
4d6411288c
electron: point electron alias to the latest stable version
+ require explicit version of electron in packages
2020-07-20 17:58:55 +02:00
Vladimír Čunát
4244b73917
Merge branch 'master' into staging 2020-07-18 17:50:23 +02:00
Michael Weiss
03db2c67ac
androidStudioPackages.{beta,dev,canary}: Remove myself as maintainer
See #88071.
I'll try to maintain at least the stable channel for now and will mark
the other channels as broken after the next major stable release.
2020-07-17 15:15:09 +02:00
Michael Weiss
9cd338e858
android-studio: 4.0.0.16 -> 4.0.1.0 2020-07-17 15:11:39 +02:00
Jan Tojnar
821dba740e
Merge branch 'staging-next' into staging 2020-07-15 09:29:01 +02:00
Milan Pässler
a9438c28b3 jetbrains: update 2020-07-11 19:57:48 +02:00
Frederik Rietdijk
a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Minijackson
1e02256cac
gnvim: 0.1.5 -> 0.1.6 2020-07-08 23:03:42 +02:00
R. RyanTM
8d28b320b9 vim: 8.2.0701 -> 8.2.1123 2020-07-07 22:36:41 +00:00
Benjamin Hipple
4130759338
Merge pull request #92357 from bdesham/vim-configurable-patchelf-fix
vim_configurable: Only run patchelf on gvim if gvim was built
2020-07-05 20:36:07 -04:00
Mario Rodas
27d76a81e4
Merge pull request #92274 from oxalica/bump/typora
typora: 0.9.73 -> 0.9.89
2020-07-05 18:10:34 -05:00
Benjamin Esham
e45ddb7588 vim_configurable: only run patchelf on gvim if gvim was built 2020-07-05 15:17:23 -04:00
R. RyanTM
35f6df01d4 gnome-builder: 3.36.0 -> 3.36.1 2020-07-05 07:19:24 +02:00
oxalica
c886cb026c
typora: 0.9.73 -> 0.9.89 2020-07-04 22:25:22 +08:00
Kai Wohlfahrt
35b8671313 quartus-prime-lite: 19.1 -> 20.1 2020-07-02 08:37:35 +02:00
Vladyslav M
23e2e0bce3
Merge pull request #91864 from r-ryantm/auto-update/tiled
tiled: 1.3.5 -> 1.4.1
2020-06-30 23:17:41 +03:00
R. RyanTM
f2615c4c4f tiled: 1.3.5 -> 1.4.1 2020-06-30 17:13:43 +00:00
Pawel Kruszewski
14feb9126e jetbrains.*: 2020.1.1/2/3 -> 2020.1.2/3/5 2020-06-28 18:21:37 +02:00
Niklas Hambüchen
9320c42122
Merge pull request #89641 from r-ryantm/auto-update/lite
lite: 1.05 -> 1.06
2020-06-28 02:05:24 +02:00
Jörg Thalheim
32b95b2c70
Merge pull request #91127 from kuznero/vscode
vscode, vscodium: 1.46.0 -> 1.46.1
2020-06-27 22:42:16 +01:00
Tim Neumann
16e15a2821 eclipse: add eclipse-committers 2020-06-25 21:42:25 +02:00
zowoq
c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
Daniël de Kok
bc03b771fd micro: install man page 2020-06-22 15:13:19 +02:00
Daniël de Kok
2aaef877e3
Merge pull request #91108 from sikmir/micro
micro: 2.0.3 -> 2.0.5
2020-06-22 15:03:18 +02:00
Doron Behar
8acdd6db79 vim_configureable: improve luajit support 2020-06-21 14:45:11 +02:00
Roman Kuznetsov
56a5f3ed41
vscode, vscodium: 1.46.0 -> 1.46.1 2020-06-20 00:14:57 +02:00
Marek Mahut
5460cc93c4
Merge pull request #90008 from r-ryantm/auto-update/kdev-php
kdev-php: 5.5.1 -> 5.5.2
2020-06-20 00:03:53 +02:00
Matt McHenry
5383d2d32c
eclipses: 2020-03 -> 2020-06
PR #91113
2020-06-19 20:43:08 +02:00
Nikolay Korotkiy
0dbc4721b5
micro: 2.0.3 -> 2.0.5 2020-06-19 19:53:34 +03:00
Jörg Thalheim
977a349dc7
Merge pull request #90224 from kuznero/vscode-update 2020-06-18 09:48:40 +01:00
Daniël de Kok
f3867b2a0d
Merge pull request #89492 from asbachb/update-netbeans
netbeans: 11.3 -> 12.0
2020-06-18 06:58:21 +02:00
worldofpeace
3b2cd55070
Merge pull request #90565 from chkno/atom-1.48-for-python3
atom: 1.42.0 -> 1.48.0
2020-06-17 18:30:39 -04:00
Benjamin Asbach
8899d9a36f netbeans: 11.3 -> 12.0 2020-06-17 23:10:23 +02:00
R. RyanTM
fb02974b97 kdevelop-unwrapped: 5.5.1 -> 5.5.2 2020-06-17 13:52:35 -07:00
R. RyanTM
4d200ee63c kdev-python: 5.5.1 -> 5.5.2 2020-06-17 12:37:42 -07:00
R. RyanTM
5af11c6a0d vis: 0.5 -> 0.6 2020-06-17 11:43:58 -07:00
Chuck
52f1332cba atom: 1.42.0 -> 1.48.0
atom-beta: 1.43.0-beta0 -> 1.49.0-beta0

This version bump includes node-gyp 3.7.0 -> 5.1.0 in Atom's
apm/package-lock.json, which, per https://github.com/nodejs/node-gyp/issues/1687
, finally allows python3 to be used instead of EOL'd python2 for
atom-package installation.
2020-06-15 17:33:14 -07:00
Frederik Rietdijk
59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00
Benjamin Hipple
bfa7b0c3c0 notepadqq: remoe unnecesary fetchSubmodules
There are none to fetch, as verified by changing the hash and retrying. This
will now use the faster fetchzip path through fetchFromGitHub.
2020-06-14 10:34:21 -04:00
Roman Kuznetsov
e25e560120 vscodium: 1.45.1 -> 1.46.0 2020-06-13 14:39:37 -07:00
Roman Kuznetsov
33918638e5 vscode: 1.45.1 -> 1.46.0 2020-06-13 14:39:37 -07:00
Frederik Rietdijk
1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Roman Kuznetsov
05e16d2886
vscode, vscodium: use nix-shell to install dependencies 2020-06-13 08:56:51 +02:00
Roman Kuznetsov
906b729191
vscode, vscodium: add update.sh script 2020-06-13 08:49:24 +02:00
volth
54c4223e55 treewide: central.maven.org -> repo1.maven.org 2020-06-12 14:26:08 +00:00
Frederik Rietdijk
febc27b59a Merge master into staging-next 2020-06-12 08:57:26 +02:00
Robert Schütz
45f21f7c84
setzer: init at 0.2.8 (#90047) 2020-06-11 19:49:48 +02:00
Vladimír Čunát
13add13388
Merge branch 'master' into staging-next
... to resolve a trivial conflict in libpcap.
2020-06-10 20:00:44 +02:00
Vladimír Čunát
a5f5d020c6
Merge branch 'staging-next' 2020-06-10 16:13:48 +02:00
Jörg Thalheim
496bc90c6c
Merge pull request #89620 from kuznero/vscode
vscode, vscodium: 1.45.0 -> 1.45.1
2020-06-10 08:53:06 +01:00
R. RyanTM
6dd6c9e5c8 kdev-php: 5.5.1 -> 5.5.2 2020-06-10 02:37:26 +00:00
Frederik Rietdijk
8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
Frederik Rietdijk
dc33419285 Merge master into staging-next 2020-06-08 12:06:12 +02:00
El-Hussein Abdelraouf
148bf83cee
vscode: add %U to exec command of the desktop item (#88623) 2020-06-07 13:15:24 -04:00
Frederik Rietdijk
d0532e79ae Merge staging-next into staging 2020-06-07 09:25:46 +02:00
Frederik Rietdijk
6b8223e634 Merge master into staging-next 2020-06-07 09:25:12 +02:00
Matthieu Coudron
b4c7a0b762 neovim-unwrapped: improve testing ability
Make functionaltests more complete.
2020-06-06 20:21:17 +02:00
R. RyanTM
86127634c4 lite: 1.05 -> 1.06 2020-06-06 12:07:22 +00:00
Roman Kuznetsov
d13a479d6e
vscode, vscodium: 1.45.0 -> 1.45.1 2020-06-06 12:18:35 +02:00
Frederik Rietdijk
1c68570ab2 Merge staging-next into staging 2020-06-05 19:42:16 +02:00
Frederik Rietdijk
43f71029cc Merge master into staging-next 2020-06-05 19:40:53 +02:00
Vladimír Čunát
677e3960b5
Merge #82342: rustPlatform: increase build-speed of checkPhase
...for rust-packages (into staging)
2020-06-05 09:12:30 +02:00
Dmitry Kalinkin
dd8f077ff9
Merge pull request #89196 from eadwu/vscode/76427-fallout
vscode: fix #76427 fallout
2020-06-04 14:31:08 -04:00
Frederik Rietdijk
08900c0554 Merge master into staging-next 2020-06-04 15:25:54 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Lucas Abel
3b605eaee6
jetbrains: update
fixed missing zlib path to rpath in the clion bundled clangd binary
2020-06-03 11:40:51 +02:00
Jörg Thalheim
59aacec664
Merge pull request #66824 from rasendubi/jetbrains-mps-2019.1.5 2020-06-01 17:58:05 +01:00
Edmund Wu
0717848d7b
vscode-with-extensions: fix extension directory 2020-05-29 22:24:05 -04:00
Frederik Rietdijk
36d9eeb9c7 Merge staging-next into staging 2020-05-29 17:06:01 +02:00
Andrei Lapshin
6e513d3a05 androidStudioPackages.stable: 3.6.3.0 -> 4.0.0.16 2020-05-29 10:00:00 +03:00
R. RyanTM
2b96b0facc tiled: 1.3.4 -> 1.3.5 2020-05-28 11:04:22 +00:00
Frederik Rietdijk
362d88c2b1 Merge staging-next into staging 2020-05-27 15:27:28 +02:00
Nick Hu
99d96a7db1
Merge pull request #88937 from lsix/nano-4.9.3
nano: 4.9.2 -> 4.9.3
2020-05-27 13:39:08 +01:00
Oleksii Filonenko
4c8c8885c3
Merge pull request #88831 from r-ryantm/auto-update/lite 2020-05-27 01:27:18 +03:00
Lancelot SIX
2061fb5ba2
nano: 4.9.2 -> 4.9.3
See https://lists.gnu.org/archive/html/info-gnu/2020-05/msg00007.html
for release information
2020-05-26 13:33:47 +01:00
Lancelot SIX
9f11766df5
Merge pull request #84606 from lsix/nano-4.9.2
nano: 4.9.1 -> 4.9.2
2020-05-26 09:12:57 +01:00
Jan Tojnar
7318f93c84
Merge pull request #86926 from r-ryantm/auto-update/gnome-latex 2020-05-25 13:27:14 +02:00
R. RyanTM
829825894a lite: 1.03 -> 1.05 2020-05-24 23:10:35 +00:00
Frederik Rietdijk
d578248611 Merge staging-next into staging 2020-05-24 10:10:06 +02:00
adisbladis
2b520b08d9
emacs: Move toolkit to function arguments
It's possible to build Emacs without any toolkits which uses xlib.
2020-05-23 22:34:26 +01:00
Frederik Rietdijk
8a77c900dd Merge staging-next into staging 2020-05-23 10:25:19 +02:00
R. RyanTM
02ac04d3cb dit: 0.6 -> 0.7 2020-05-21 07:38:27 +00:00
Sarah Brofeldt
d87dec9f77
Merge pull request #87548 from r-ryantm/auto-update/vim
vim: 8.2.0510 -> 8.2.0701
2020-05-21 08:21:29 +02:00
Jan Tojnar
f8a9c6efac
Merge branch 'staging-next' into staging 2020-05-18 21:09:48 +02:00
Jörg Thalheim
b5742ab493
nvi: mark as broken 2020-05-17 15:53:36 +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
John Ericson
ee8cfe4bf3 treewide: pkg-config has targetPrefix 2020-05-16 00:21:21 +00:00
Jan Tojnar
6b17638dc6
glade: rename from gnome3.glade 2020-05-15 19:21:12 +02:00
adisbladis
e4d710b1c9
Merge pull request #87409 from rasendubi/melpa-2020-05-09
melpa-packages: 2020-05-11
2020-05-15 13:03:31 +02:00