1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

2152 commits

Author SHA1 Message Date
ndowens 3d53b36bc3 leo-editor: 5.3 -> 5.5 2017-04-01 20:58:13 -05:00
Tim Steinbach 9bf115c46a Merge pull request #24509 from tilpner/master
vscode: Fix relocation errors
2017-04-01 13:49:21 -04:00
Jörg Thalheim a16c2e5420 Merge pull request #24356 from vrthra/vis
vis: 2016-10-09 -> 0.3
2017-03-31 21:15:27 +02:00
Till Höppner c9d02b7c57
vscode: Fix relocation errors
LD_PRELOAD was inherited by spawned processes, and caused
issues with systems that have older system packages while
using fresh user packages.

Links out the wrapper script instead of electron binary to
expose CLI like on other systems

Breaks anything that relies on vscode not detaching
2017-03-31 20:34:35 +02:00
Michael Alan Dorman b49e3db19b melpa-packages: 2017-03-29 2017-03-30 07:26:14 -04:00
Michael Alan Dorman f58c753ff3 melpa-stable-packages: 2017-03-29
Removals:
 - vimgolf - new repo lacks tags
2017-03-30 07:26:14 -04:00
Michael Alan Dorman 9a75c6234a elpa-packages: 2017-03-29 2017-03-30 07:26:14 -04:00
Jörg Thalheim 7a3da51943 Merge pull request #24452 from miltador/webstorm
webstorm: 2016.3.3 -> 2017.1
2017-03-30 10:49:35 +02:00
Jörg Thalheim 9e439658d7 Merge pull request #24449 from drdaeman/pycharm-2017.1
PyCharm 2016.3.2 -> 2017.1
2017-03-30 10:42:29 +02:00
John Ericson 4c0d7da183 Get rid of all with { inherit... } and just used let inherit...
The old forms presumably predates, or were made in ignorance of,
`let inherit`. This way is better style as the scoping as more lexical,
something which Nix can (or might already!) take advantage of.
2017-03-30 03:05:05 -04:00
Vasiliy Solovey 97941b54f9 webstorm: 2016.3.3 -> 2017.1 2017-03-30 00:06:47 +03:00
Aleksey Zhukov 43dc7604c1 pycharm-professional: 2016.3.2 -> 2017.1 2017-03-29 19:53:55 +03:00
Aleksey Zhukov 5030fafdee pycharm-community: 2016.3.2 -> 2017.1 2017-03-29 19:53:40 +03:00
Daiderd Jordan c476cc3c3d Merge pull request #24303 from ljli/emacs-mac
emacsMacport: name change and description
2017-03-27 21:51:13 +02:00
Edward Tjörnhammar 75e74b575e Merge pull request #24286 from jdanekrh/jd_idea-community
idea-community: 2016.3.5 -> 2017.1
2017-03-27 11:07:28 +02:00
Edward Tjörnhammar f28d7f72df Merge pull request #24281 from Ma27/update-phpstorm
idea.phpstorm: 2016.3.2 -> 2017.1
2017-03-27 11:06:25 +02:00
Leon Isenberg f20a10b451 emacsMacport: change naming scheme
Changed name from emacs-25.1-mac-6.1 to emacs-mac-25.1-6.1.
The former scheme confused compareVersions from nix and consequently
nix-env -u.
2017-03-27 10:34:41 +02:00
Jörg Thalheim df4b6ae3ba vis: use correct separator for LUA_CPATH/LUA_PATH 2017-03-27 00:18:05 +02:00
Robin Gloster aa0fb8f8ef
idea.idea-ultimate: 2016.3.4 -> 2017.1 2017-03-26 18:50:21 +02:00
Rahul Gopinath fb50abba2e vis: 2016-10-09 -> 0.3 2017-03-26 09:09:02 -07:00
Thomas Tuegel 84ed473763
notepadqq: correct packaging errors and pin to Qt 5.6 2017-03-25 08:49:39 -05:00
Leon Isenberg acb3135613 emacsMacport: correct description 2017-03-24 22:58:32 +01:00
Maximilian Bosch bde3acbd2a
idea.phpstorm: 2016.3.2 -> 2017.1 2017-03-24 22:16:40 +01:00
Winnie Quinn 1b4151b12f vscode: 1.10.0 -> 1.10.2
In addition to the version bump, this also fixes a broken install phase
on macOS. The install now completes properly on macOS 10.12 and
"bin/code" is now correctly linked to the binary within the bundle.
2017-03-24 16:48:24 -04:00
ndowens bc4dc9cb75 codeblocks: 13.12 -> 16.01
(@7c6f434c) move the buildInputs missed in the initial version to
nativeBuildInputs, too.

Pushed instead of #24074
2017-03-24 17:49:30 +01:00
Jiri Danek da13619591 idea-community: 2016.3.5 -> 2017.1 2017-03-24 12:46:19 +01:00
Baptist BENOIST 7d72b9b74e Remove bbenoist from maintainers
Sorry guys but I did not used Nix since months and cannot spend time
maintaining my previous work...
2017-03-23 03:03:04 +01:00
Vincent Laporte 09e814c681 proofgeneral_HEAD: Bump 2017-03-22 01:36:35 +00:00
Robin Gloster c5f818f74d
elvis: fix build 2017-03-22 00:45:39 +01:00
Chris Martin a1b7dd62d4 idea.idea-community: 2016.3.4 -> 2016.3.5 2017-03-21 12:27:37 -04:00
Michael Alan Dorman 06795f757d melpa-packages: 2017-03-20 2017-03-21 07:01:57 -04:00
Michael Alan Dorman 2126246bff melpa-stable-packages: 2017-03-20 2017-03-21 07:01:57 -04:00
Michael Alan Dorman b71b1b6e9a elpa-packages: 2017-03-20 2017-03-21 07:01:56 -04:00
ndowens 5f2ada853e Merge pull request #24098 from ndowens/sigil
sigil: 0.9.6 -> 0.9.7
2017-03-19 19:39:05 -05:00
ndowens 00cc586f6f sigil: 0.9.6 -> 0.9.7 2017-03-19 19:37:21 -05:00
ndowens a289b03412 Merge pull request #24088 from ndowens/tiled
tiled: 0.17.0 -> 0.18.2
2017-03-19 18:37:26 -05:00
ndowens c5ce21ec80 tiled: 0.17.0 -> 0.18.2 2017-03-19 18:34:46 -05:00
Tim Steinbach 4385a67ef2 Merge pull request #24079 from ndowens/nano
nano: 2.7.3 -> 2.7.5
2017-03-19 18:31:06 -04:00
ndowens ed2c0a8328 Merge pull request #24084 from ndowens/scite
scite: 3.3.7 -> 3.7.3; Cosmetic changes
2017-03-19 17:29:01 -05:00
ndowens e27a85709d scite: 3.3.7 -> 3.7.3; Cosmetic changes 2017-03-19 17:28:35 -05:00
ndowens 981313fd30 Merge pull request #24083 from ndowens/nedit
nedit: 5.6a -> 5.7
2017-03-19 17:19:42 -05:00
ndowens 8ab037e0b5 nedit: 5.6a -> 5.7 2017-03-19 17:18:26 -05:00
ndowens 685ac5287b nano: 2.7.3 -> 2.7.5 2017-03-19 16:36:48 -05:00
ndowens 6ceabb62e2 Merge pull request #24076 from ndowens/mg
mg: 20110905 -> 20161005;
2017-03-19 16:31:58 -05:00
ndowens d6114f6c6b mg: 20110905 -> 20161005; Remove un-needed configure patch
mg: 20110905 -> 20161005
2017-03-19 16:31:14 -05:00
ndowens 876dead5b6 joe: 4.2 -> 4.4 2017-03-19 15:41:35 -05:00
ndowens 6b71f32fb5 Move intltool to nativeBuildInputs 2017-03-19 13:15:40 -05:00
ndowens 9fae97b719 Update default.nix
Cosmetic change
2017-03-19 13:02:08 -05:00
Frank Lanitz 01f706b30b Geany: 1.30 -> 1.30.1 2017-03-19 18:39:39 +01:00
Drew Hess b800655639
emacs25Macport: fix for new macOS 10.10 frameworks.
See https://github.com/NixOS/nixpkgs/pull/23907#issuecomment-286627100.
2017-03-19 18:11:21 +01:00