Commit Graph

4895 Commits

Author SHA1 Message Date
adisbladis
097eba0dc2
emacsPackages.hol_light_mode: Remove unmaintained & broken package 2020-05-13 12:46:08 +01:00
Joe
8da4167303
vscode: remove unused option (#87703)
The option "--skip-getting-started" no longer exists in vscode and causes files in "$@" to not be opened.
Message from stdout: "Warning: 'skip-getting-started' is not in the list of known options, but still passed to Electron/Chromium."
"--skip-getting-started" being removed: 6a8b201c8a
2020-05-12 21:33:42 -04:00
adisbladis
a2ad2bad48
emacsPackages.emacspeak: Fix meta 2020-05-12 17:53:43 +01:00
Edmund Wu
36fb04be08
vscodium: 1.44.2 -> 1.45.0 2020-05-11 13:34:23 -04:00
Edmund Wu
301905d813
vscode: 1.44.2 -> 1.45.0 2020-05-11 13:34:22 -04:00
Jörg Thalheim
e9853444c7
Merge pull request #85627 from druimalban/mg-darwin 2020-05-11 10:46:05 +01:00
R. RyanTM
0d64dc6abf
rednotebook: 2.18 -> 2.19 (#87478) 2020-05-11 01:19:26 +00:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
R. RyanTM
9058556a36 quilter: 2.2.2 -> 2.2.4 2020-05-09 08:55:20 +02:00
Jonathan Ringer
99fe5868f6 jetbrains.*: 2020.1 -> 2020.1.1 2020-05-08 11:43:24 -07:00
Pavol Rusnak
6abf4a43ad
treewide: per RFC45, remove more unquoted URLs 2020-05-08 15:20:47 +02:00
Aaron Andersen
3a6c592ebc
Merge pull request #87217 from r-ryantm/auto-update/kdev-python
kdev-python: 5.5.0 -> 5.5.1
2020-05-07 20:33:39 -04:00
Aaron Andersen
6107d49708
Merge pull request #87218 from r-ryantm/auto-update/kdevelop
kdevelop-unwrapped: 5.5.0 -> 5.5.1
2020-05-07 20:28:32 -04:00
Aaron Andersen
d5df7903fe
Merge pull request #87213 from r-ryantm/auto-update/kdev-php
kdev-php: 5.5.0 -> 5.5.1
2020-05-07 20:28:14 -04:00
R. RyanTM
4820a0ae9f kdevelop-unwrapped: 5.5.0 -> 5.5.1 2020-05-07 20:51:37 +00:00
R. RyanTM
dfd8f0b3d6 kdev-python: 5.5.0 -> 5.5.1 2020-05-07 20:34:05 +00:00
R. RyanTM
9fb4adcdc1 kdev-php: 5.5.0 -> 5.5.1 2020-05-07 19:49:16 +00:00
D. Guthrie
c54d37598a Set upstream to https://github.com/ibara/mg
As per reasonable suggestion, instead of extensively patching the
hboetes version of mg to work on MacOS using bits from ibara's mg,
just set upstream to ibara's mg.

This also removes the dependency on libbsd, although I'm not sure
if this is a good or bad thing.
2020-05-07 17:37:53 +01:00
Mauricio Collares
135ea5fe08 org-packages 2020-05-06 -- org-generated.nix 2020-05-06 15:01:13 -03:00
Mauricio Collares
8aef7382a3 emacs2nix: update to fix org elpa update script 2020-05-06 15:00:49 -03:00
Michael Weiss
d547e06ff0
androidStudioPackages.{dev,canary}: 4.1.0.7 -> 4.1.0.8 2020-05-06 13:13:19 +02:00
R. RyanTM
a8a986d439 tiled: 1.3.3 -> 1.3.4 2020-05-05 19:01:56 -07:00
R. RyanTM
861c3c4561 leo-editor: 6.2 -> 6.2.1 2020-05-05 23:31:22 +02:00
R. RyanTM
f1ff580d80 focuswriter: 1.7.5 -> 1.7.6 2020-05-04 21:13:40 -07:00
R. RyanTM
2d8cd45372 bluefish: 2.2.10 -> 2.2.11 2020-05-04 19:55:36 -07:00
Dmitry Kalinkin
20eff68d97
Merge pull request #85321 from lilyball/macvim
macvim: 8.2.319 -> 8.2.539
2020-05-03 15:49:03 -04:00
Edmund Wu
d9fc843f95 jetbrains: remove p7zip from nativeBuildInputs 2020-05-02 22:05:12 +02:00
Peter Simons
205e4dffd5
Merge pull request #86081 from jabranham/update-r
R: 3.6.3 --> 4.0.0 & update packages
2020-05-01 20:25:14 +02:00
Dmitry Olyenyov
170f301990
emacspeak: init at 51.0 (#73957) 2020-05-01 07:15:46 +01:00
Alex Branham
56be910cd3
Rstudio: 1.2.5033 -> 1.2.5042
Need the patch to backport a fix so Rstudio compiles against R 4.0.0
2020-04-28 20:59:45 -04:00
Lily Ballard
ee28064389 macvim: Clean up hybrid compilation environment
MacVim compiles the Vim part using `/usr/bin/clang` and the GUI part
using Xcode. The Xcode portion always uses Xcode's own SDK and we have
no workable alternative. The Vim portion so far has been compiling using
a hybrid compilation environment, where it uses the SDK for most stuff
but picks up a bunch of library linker paths (including libSystem) by
virtue of Ruby's LDFLAGS. This hybrid compilation environment meant that
if the SDK headers referenced a symbol that the library itself didn't
have, this could produce link errors.

Previously we attempted to fix this by synthesizing an include path that
contained just the one header from Nix's Libsystem that referenced the
missing symbol, to get rid of the reference and allow linking to work
again, but this was very hacky and runs the risk of future Xcode SDK
changes producing the same errors with different headers, or of future
SDK versions expecting the intercepted header to contain a definition
that Nix's doesn't.

This new approach is to just clean up the compilation environment such
that the Vim portion is compiling against the Xcode SDK as well, by
sanitizing the LDFLAGS produced by the configure script so it stops
referencing Nix's versions of OS libraries. This means the resulting Vim
binary no longer depends at runtime on Nix for anything except the
scripting language support, but that's how it's been for the MacVim
binary all along anyway, and this approach should keep us insulated
against future Xcode SDK changes.
2020-04-28 13:54:33 -07:00
adisbladis
14927d8503
Merge pull request #83378 from afrepues/build-melpa-stable-with-no-null-pkgs
Build MELPA package sets without null packages
2020-04-28 12:57:07 +02:00
adisbladis
caeae9076e
emacsPackages.yaoddmuse: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:25 +01:00
adisbladis
5e62eddcdd
emacsPackages.thingatpt-plus: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:25 +01:00
adisbladis
fe218d1672
emacsPackages.lib-requires: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
7e69b3ff24
emacsPackages.icicles: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
576e67ae75
emacsPackages.header2: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
9b52db99a8
emacsPackages.hexrgb: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
cd49c481e1
emacsPackages.filesets-plus: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:23 +01:00
adisbladis
bcbfef7592
emacsPackages.jist: Fix build 2020-04-27 12:18:57 +01:00
adisbladis
e1d4b8e867
emacsPackages.github-pullrequest: Fix build 2020-04-27 12:18:46 +01:00
adisbladis
15abc04544
emacsPackages.gerrit-download: Fix build 2020-04-27 12:18:37 +01:00
adisbladis
716e320bcf
emacsPackages.gerrit: Fix build 2020-04-27 12:18:30 +01:00
adisbladis
3e6aa7ba47
emacsPackages.eopengrok: Fix build 2020-04-27 12:18:13 +01:00
adisbladis
8c65a2f1de
melpa-packages: 2020-04-26 2020-04-26 19:48:16 +01:00
adisbladis
5adfa39a99
elpa-packages: 2020-04-26 2020-04-26 19:48:16 +01:00
worldofpeace
ac57a6c0b3
Merge pull request #85594 from mkg20001/jetbrains-update
jetbrains: 2019.3.5 -> 2020.1
2020-04-26 14:28:44 -04:00
Michael Weiss
c5e8985fd7
androidStudioPackages.beta: 4.0.0.13 -> 4.0.0.14 2020-04-25 21:38:54 +02:00
Michael Weiss
170c2b1954
androidStudioPackages.{dev,canary}: 4.1.0.6 -> 4.1.0.7 2020-04-25 21:38:53 +02:00
worldofpeace
594b74c476
typora: drop me from maintainers 2020-04-24 21:05:59 -04:00