Edward Tjörnhammar
d06fd884dc
Merge pull request #8646 from bobvanderlinden/android-studio-1.2.2.0
...
idea: android-studio: update 1.2.1.1 -> 1.2.2.0
2015-07-05 14:07:56 +02:00
Bob van der Linden
542a508c63
idea: android-studio: update 1.2.1.1 -> 1.2.2.0
2015-07-05 11:43:46 +02:00
Pascal Wittmann
0f2f98fbfe
Merge pull request #8610 from datakurre/datakurre-master-emacs
...
emacs: fix to use \${gettext}/share/locale/locale.alias
2015-07-04 23:37:27 +02:00
Vincent Laporte
2363660191
jedit: fix build
2015-07-04 13:05:11 +02:00
Kevin Quick
882f3ad0db
htmlize: update source location
2015-07-03 15:33:26 -07:00
Asko Soukka
278287a99b
emacs: fix to use \${gettext}/share/locale/locale.alias
2015-07-03 03:18:15 +03:00
Pascal Wittmann
27e0488e11
Merge pull request #8421 from travisbhartwell/update/atom
...
atom: 0.187.0 -> 1.0.0
2015-07-02 11:37:33 +02:00
Travis B. Hartwell
fd4c675c77
atom: update desktop file and remove unneeded lintian directory.
2015-07-01 01:52:13 -06:00
Travis B. Hartwell
a77d26b657
atom: update 0.187.0 -> 1.0.0
...
Added systemd to buildEnv path because of new dependency on libudev.
2015-07-01 01:51:47 -06:00
Jude Taylor
857efa12fb
make vim frameworks-compliant
2015-06-30 17:34:13 -07:00
i-bot
4527d6a7de
eclipse-sdk: 4.4.2 -> 4.5
2015-06-30 19:56:52 +02:00
Jude Taylor
363d1bf07a
darwin purity: vim
2015-06-26 09:54:44 -07:00
lethalman
5ee8b66a68
Merge pull request #8474 from obadz/moar-dotnet
...
Some dotnet upgrades + a few new packages
2015-06-24 14:32:56 +02:00
宋文武
7c0c2dc15b
tiled: update to 0.12.3 and build with qt5
2015-06-24 17:14:12 +08:00
obadz
3f762e27ec
monodevelop: 5.9.0.431 -> 5.9.4.5
2015-06-23 23:11:08 +01:00
Edward Tjörnhammar
aecc7bd6aa
idea updates
...
idea.clion: 1.0.3 -> 1.0.4
idea.idea-{community,ultimate}: 14.1.3 -> 14.1.4
idea.pycharm-{community,professional}: 4.5.1 -> 4.5.2
idea.webstorm: 10.0.3 -> 10.0.4
2015-06-22 20:38:43 +02:00
Eelco Dolstra
c53ed1038c
emacs-offlineimap: Mark as broken
...
This package has never built:
http://hydra.nixos.org/job/nixpkgs/trunk/emacsPackages.offlineimap.x86_64-linux/all
2015-06-22 18:08:16 +02:00
Tobias Geerinckx-Rice
98b2d7b727
Separate nativeBuildInputs where maintainers |= nckx
2015-06-17 22:21:32 +02:00
Pascal Wittmann
f8df92efbe
scala-mode2: fix hash
2015-06-16 20:22:55 +02:00
Peter Simons
214aae46c7
emacs-monky: add an Mercurial mode that's inspired by Magit
2015-06-12 10:33:10 +02:00
Daiderd Jordan
c7f36cb5f0
fix neovim on darwin
2015-06-11 14:42:55 +02:00
Rok Garbas
19248c309a
neovim: uses vimUtils to make it configurable like vim_configurable is
...
- vimAlias argument , when true, will create a @out/bin/vim symlink
- configure argument, which will configure neovim the same way as it does
vim_configurable. eg.: ~/.nixpkgs/config.nix
{
packageOverrides = pkgs : with pkgs; rec {
vimg = neovim.override {
vimAlias = true;
configure = {
customRC = ''
set spell
'';
vam.pluginDictionaries = [
{ names = [ "youcompleteme" "ctrlp"]; }
];
};
};
};
}
Enjoy!
2015-06-11 10:48:29 +02:00
Rok Garbas
f2d7f573af
neovim: adding python2 and python3 support
...
neovim:
- possibility to extend neovim (via .override) and passing extraPythonPackages
or extraPython3Packages
- neovim's python interpreter can be found as nvim-python / nvim-python3
- wrapping nvim binary and setting `g:python_host_prog` and
`g:python3_host_prog` via --cmd flag
python-packages.nix fixes:
- ordereddict builds for py26 and uses disabled argument to tell this
- trollius builds on all python platforms except 3.4 (where is included in
standard librarary)
- neovim builds on all python platforms
2015-06-11 02:54:10 +02:00
Tobias Geerinckx-Rice
ef94547093
neovim -> 2015-06-09
2015-06-10 00:50:35 +02:00
Herwig Hochleitner
8b0b9be025
emacs24: add options for acl and gpm
2015-06-07 13:26:27 +02:00
obadz
d4681bf626
Lay down the foundation for packaging the .NET echosystem
...
- fetchNuGet can fetch binaries from nuget servers
- buildDotnetPackage can build .NET packages using mono/xbuild
- Places nuget & paket as they would clash with nix
- Patch project files because F# targets are expected to be found in
the mono directory (and we know that's not going to happen on nix)
- Find DLLs that were copied from buildInputs and replace by symlink
for sharing
- Export produced DLL via the pkg-config mechanism
- Create wrappers for produced EXEs
- Repackaged this new infrastructure: keepass, monodevelop
- Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a
bunch more..
This is a combination of 73 commits.
2015-06-06 09:06:22 -04:00
Michael Raskin
969776564f
Adding TextAdept
2015-06-02 20:32:13 +03:00
Pascal Wittmann
59943d69f9
joe: update from 3.7 to 4.0, add meta-information
2015-05-31 16:30:24 +02:00
Pascal Wittmann
8d924455c1
idris-mode: update from 0.9.15 to 0.9.18
2015-05-31 16:30:24 +02:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice
b2d7f4b1ba
Use common licence attributes from lib/licenses.nix
...
Many (less easily automatically converted) old-style strings
remain.
Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.
Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
Charles Strahan
069913e1b9
bviplus: new package
...
ncurses based hex editor with a vim-like interface
2015-05-27 11:48:05 -04:00
Charles Strahan
15b9fe1fab
heme: new package
...
A portable and fast console hex editor for unix operating systems.
2015-05-27 11:48:05 -04:00
Charles Strahan
4976bcd218
hexcurse: new package
...
ncurses-based console hexeditor written in C
2015-05-27 11:48:05 -04:00
Charles Strahan
a22cffa7bb
ht: new package
...
HT is a file editor/viewer/analyzer for executables.
2015-05-27 11:48:05 -04:00
Tobias Geerinckx-Rice
af15a201e1
neovim: update to latest master 2015-05-26
2015-05-27 01:22:43 +02:00
Tobias Geerinckx-Rice
b84588cbde
vim (all builds): add licence information
2015-05-27 01:22:43 +02:00
Tobias Geerinckx-Rice
bd67bfa306
neovim: various small improvements
...
- Fix package name ("neovim-nightly" -> "neovim")
- Use fetchFromGitHub, remove unused parameters
- Improve metadata
- Maintain
2015-05-27 00:13:24 +02:00
Edward Tjörnhammar
e035e2939a
idea updates
...
idea.pycharm: 4.5 -> 4.5.1
idea.webstorm: 10.0.2 -> 10.0.3
2015-05-25 10:10:23 +02:00
Edward Tjörnhammar
a49afdf174
idea.clion: 1.0.2 -> 1.0.3
...
idea.android-studio: 1.2.0.12 -> 1.2.1.1
2015-05-22 14:28:48 +02:00
Domen Kožar
43a150c05a
zed: 1.0.0 -> 1.1.0
2015-05-21 21:13:40 +02:00
Vincent Laporte
a65bba1e27
tuareg-mode: fix hash
2015-05-21 20:09:53 +02:00
John Wiegley
725005b89f
emacs24Macport: Upgrade Mac Port patch to 5.8
2015-05-21 10:55:00 -05:00
Luca Bruno
478e1d6f14
vanubi: use vte 2.90
2015-05-21 12:58:01 +02:00
Edward Tjörnhammar
bd7eb18c1c
idea.clion: 1.0.1 -> 1.0.2
2015-05-20 01:56:48 +02:00
Jascha Geerds
92587ccc1f
pycharm: update 4.0.6 -> 4.5
2015-05-15 16:40:36 +02:00
Edward Tjörnhammar
7a61a97dad
idea updates
...
idea.clion: 1.0 -> 1.0.1
idea.ruby-mine: 7.0.4 -> 7.1.2
2015-05-14 16:02:20 +02:00
Edward Tjörnhammar
c37888a730
idea-{community,ultimate}: 14.1.2 -> 14.1.3
2015-05-14 01:50:38 +02:00
William A. Kennington III
c9395e1e92
Merge branch 'master' into staging
2015-05-08 05:59:50 -07:00
lethalman
416ac64143
Merge pull request #7745 from obadz/mono
...
mono 3.12.1 -> 4.0.1
2015-05-08 11:30:39 +02:00
obadz
d27b8e642e
mono 3.12.1 -> 4.0.1
...
monodevelop 5.7.0.660 -> 5.9.0.431
2015-05-07 12:56:22 +01:00
William A. Kennington III
074c4a7f78
Merge remote-tracking branch 'upstream/master' into staging
2015-05-07 01:44:49 -07:00
Chaddaï Fouché
fc82638b33
Update TexMaker from 4.1.1 to 4.4.1
2015-05-05 20:30:13 +00:00
Chaddaï Fouché
21d57e33c8
Update of TexStudio from 2.7.0 to 2.9.4
2015-05-05 20:04:07 +00:00
Peter Simons
324719a5a6
Drop obsolete pre-NG Haskell builds.
2015-05-05 21:44:47 +02:00
Rob Vermaas
8092931f80
Merge pull request #7500 from magnetophon/eclipse_sdk_442_hash
...
Fix hash of eclipse_sdk_442_hash 32bit
2015-05-05 11:05:05 +02:00
Edward Tjörnhammar
2352fce776
idea.android-studio: 1.2.0.8 -> 1.2.0.12
2015-05-03 17:01:31 +02:00
Andreas Baldeau
25baba283f
Webstorm update => 10.0.2
2015-05-03 15:04:35 +02:00
William A. Kennington III
00df204c82
Merge remote-tracking branch 'upstream/master' into staging
2015-05-01 15:57:09 -07:00
William A. Kennington III
f48fe899c3
Simplify some builds with curses compatability
2015-04-30 18:49:28 -07:00
Joachim Fasting
bf7ad2d84f
meta.description fixups
...
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Thomas Tuegel
1fe28a1132
Merge remote-tracking branch 'upstream/master' into staging
2015-04-29 11:33:28 -05:00
Pascal Wittmann
f99d5cf2fc
Fixed some descriptions
2015-04-28 10:55:20 +02:00
Vladimír Čunát
30f31c9afc
Merge 'master' into staging
...
(relatively simple conflicts)
2015-04-26 22:52:08 +02:00
Edward Tjörnhammar
63563b2c5f
ideas: correct env vars in wrapper
2015-04-22 20:15:05 +02:00
Edward Tjörnhammar
a039f4a584
idea-{community,ultimate}: 14.1.1 -> 14.1.2
2015-04-22 19:19:45 +02:00
Bart Brouns
dfa24f7585
Fix hash of eclipse_sdk_442_hash 32bit
2015-04-21 19:31:49 +02:00
Aycan iRiCAN
3cd32fcbed
Merge pull request #7473 from aycanirican/fix_darwin_emacs
...
emacs-24: Removed obsolete patch file
2015-04-20 09:18:10 +03:00
Aycan iRiCAN
236d963a1e
Removed all references to darwin-new-sections.patch
2015-04-20 09:04:15 +03:00
Aycan iRiCAN
41944ca5a7
Removed patch file.
2015-04-20 08:30:39 +03:00
Aycan iRiCAN
151456da27
emacs-24: Removed obsolete patch file
2015-04-20 08:28:17 +03:00
Edward Tjörnhammar
74214d6eee
ideas: fix sneaky comma
2015-04-18 21:54:16 +02:00
William A. Kennington III
96ea5d3c56
nano: 2.4.0 -> 2.4.1
2015-04-17 14:10:09 -07:00
Luca Bruno
9d3f02c5de
Revert "Emacs 24.5: Fix build on Darwin."
...
This reverts commit 869b86d925
.
It breaks tarball evaluation, see 869b86d925
2015-04-17 13:01:09 +02:00
Edward Tjörnhammar
e3b4c0be91
IDEA updates
...
idea.android-studio: 1.1.0 -> 1.2.0.8
idea.clion: eap -> 1.0
idea.idea-community: 14.1 -> 14.1.1
idea.idea-ultimate: 14.1 -> 14.1.1
2015-04-16 22:30:47 +02:00
Mateusz Kowalczyk
f7737355d4
haskell-yi: clean-up + meta
2015-04-15 21:36:06 +01:00
Mateusz Kowalczyk
33d52b37f3
haskell-yi: improve wrapper and use haskell-ng
...
Now pkgs.yi is the package to use and override
2015-04-15 21:31:17 +01:00
Moritz Ulrich
869b86d925
Emacs 24.5: Fix build on Darwin.
...
`darwin-new-sections.patch' is now in upstream.
2015-04-15 12:02:38 +02:00
Thomas Tuegel
e75a0c50bd
emacs: allow gtk without X on Darwin
2015-04-14 09:16:21 -05:00
Jascha Geerds
04239d4af2
pycharm: Update to 4.0.6
2015-04-13 14:24:56 +02:00
Jascha Geerds
03b87e7243
Merge pull request #7351 from Forkk/fix/cask-init
...
cask: fix issue with 'cask init' command
2015-04-13 11:31:36 +02:00
Joachim Schiele
4bf8c805b1
Merge pull request #6877 from qknight/eclipse_scala
...
eclipse-scala: added Scala IDE
2015-04-13 10:29:07 +02:00
Forkk
d385fd9111
cask: fix issue with 'cask init' command
...
Fix an issue where 'cask init' would fail due to missing template files.
2015-04-13 00:36:49 +02:00
Thomas Tuegel
cebf589462
Merge pull request #7294 from ttuegel/emacs
...
emacs: allow choosing gtk2 or gtk3
2015-04-12 15:12:12 -05:00
Moritz Ulrich
034e1c4aef
emacs24: Update to 24.5
2015-04-11 14:24:41 +02:00
John Wiegley
ff555c3b47
emacs24Macports: 24.4-mac-5.3 -> 24.5-mac-5.7
2015-04-11 00:02:56 -05:00
Thomas Tuegel
88918e10e9
Merge branch 'master' into staging
2015-04-10 07:45:38 -05:00
Thomas Tuegel
bc4f39f48b
emacs: allow choosing gtk2 or gtk3
2015-04-09 11:38:46 -05:00
Domen Kožar
bcc1d0339b
Merge pull request #7266 from codyopel/sublime
...
sublimetext3: add .desktop entry & icon
2015-04-08 17:43:06 +02:00
Pascal Wittmann
a3b2058153
writegood: update from 2.0 to 2.0.2
2015-04-08 16:03:56 +02:00
codyopel
ee8e97d803
sublimetext3: add .desktop entry & icon
2015-04-08 09:05:06 -04:00
Eric Seidel
6ec373d776
Merge branch master into staging
2015-04-06 18:58:08 -07:00
codyopel
16f5b98e4f
sublime-text 3: 3.0.65 -> 3.0.83
2015-04-03 13:22:53 -04:00
Thomas Tuegel
e5b9a42aea
texmaker: fix poppler_qt4 name
2015-04-02 11:44:13 -05:00
Thomas Tuegel
c0d5cd0ff9
poppler: fix build of Qt 4 and Qt 5 wrappers
...
The autoconf build system for poppler does not support building the
wrappers separately, so this slightly enlarges the size of closures. To
compensate, the command-line utilities have been separated into their
own package.
2015-04-02 09:51:44 -05:00
lethalman
1670a75285
Merge pull request #6982 from obadz/monodevelop
...
Monodevelop + Mono upgrade
2015-03-31 16:30:42 +02:00
obadz
1129f6b0db
mono 3.8.0 -> 3.12.1
...
monodevelop 5.1.4.0 -> 5.7.0.660
2015-03-30 23:48:25 +01:00
William A. Kennington III
fa2e5b25ba
Merge branch 'master' into staging
2015-03-29 14:25:48 -07:00
Andreas Baldeau
f079de2dbf
Added WebStorm IDE
2015-03-29 16:27:37 +02:00
William A. Kennington III
7ccccc15ba
Merge branch 'master' into staging
2015-03-27 16:03:03 -07:00