Commit graph

51560 commits

Author SHA1 Message Date
Marc Weber
613ca23e85 experimental/vim-vam-pathogen-vimrc-support
This patch implements derving a .vimrc from vim-plugins.nix loading those
plugins by either Pathogen or VAM (VAM seems to be slightly faster and is much
more powerful).

Example:

  environment.systemPackages = [
   # default plain vim
   vim_configurable

   # vim which get's called vim-with-addon-nix
   (vim_configurable.customize {
      name = "vim-with-addon-nix";
     vimrcConfig.vam.pluginDictionaries = [{name = "vim-addon-nix"; }];
   })
  ];

This way you can provide an "enhanced Vim" and a standard Vim.

Details about what this commit changes:
1) provide a new toplevel name vimrc which
  * provides a way to build up a .vimrc using either pathogen or VAM (knowing about plugin dependencies by name)
  * can enhance vim to support. vim.customize { name = "name-user"; vam.pluginDictionaries and/or pathogen.pluginNames = .. }
  * introduce rtp names for each vim plugin pointing to the runtimepath path
  * suggest naming to be the same as vim-pi so that VAM's dependencies work
  * derive some packages as example from vim-pi using VAM's new autoload/nix.vim
    supporting simple dependencies
  * test case for vim-addon-nix for VAM/pathogen

2) enhance vim_configurable to support .customize

3) update many plugins by using VAM's implementation not rewriting those which
  * vim-pi doesn't know about the git source yet (TODO: make vim-pi be aware of
    those)
  * have special build code

This commit partially conflicts with commits done by Bjørn Forsman starting by
37f961628b, eg the one using lower case attr and pkg names, because they don't
match vim-pi (eg YouCompleteMe). Rather than resolving the conflict this just
adds aliases so that both names can be used
2014-11-08 19:34:17 +01:00
Peter Simons
5fb0e333a1 Merge pull request #4667 from anderspapitto/master
add rcm, Management Suite for Dotfiles
2014-10-26 20:58:13 +01:00
lethalman
40b5aa1d33 Merge pull request #4506 from cstrahan/logstash-config
logstash service: make log verbosity configurable.
2014-10-26 20:10:03 +01:00
lethalman
401c84f75c Merge pull request #4669 from davidrusu/master
Added sync support to taskwarrior
2014-10-26 20:03:31 +01:00
lethalman
3e16e987b6 Merge pull request #4661 from sepi/http-mirrors
Added an up-to-date http debian mirror for those without ftp access.
2014-10-26 19:54:50 +01:00
lethalman
70f5917bc1 Merge pull request #4668 from titanous/makemkv
makemkv: update to 1.8.14
2014-10-26 19:51:12 +01:00
Bjørn Forsman
52243083ca gcc-arm-embedded: add missing dependency on 'ncurses'
Fixes this:

  $ arm-none-eabi-gdb
  arm-none-eabi-gdb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
2014-10-26 19:45:34 +01:00
lethalman
8ed9a7106d Merge pull request #4675 from iyzsong/gradle
gradle: update to 2.1
2014-10-26 19:44:16 +01:00
Bjørn Forsman
c3ea7835e5 youtube-dl: fix typo
Introduced in commit 03c6159efe
("youtube-dl: rename attrname youtubeDl -> youtube-dl"). The old
attribute was spelled with a capital 'L'.
2014-10-26 19:30:36 +01:00
Peter Simons
a8492fd636 http-client: revert update to version 0.4.2.2
Commit 1f4c00e0 broke pandoc, which in turn breaks half a dozen other packages.
2014-10-26 16:29:04 +01:00
karsten gebbert
0fee453c14 Added hosc to haskellPackages 2014-10-26 16:26:11 +01:00
karsten gebbert
3071a57c34 Add hsc3 haskell package. 2014-10-26 16:22:29 +01:00
Aristid Breitkreuz
1f4c00e0fc update http-client 2014-10-26 16:17:44 +01:00
宋文武
f1935d8eb8 gradle: update to 2.1 2014-10-26 22:10:20 +08:00
Cray Elliott
37b1a0b79a haste-compiler is unable to install packages, mark as broken until resolved 2014-10-26 06:31:27 -07:00
Cray Elliott
da68f67eb7 add portable flag to haste-compiler 2014-10-26 05:26:57 -07:00
Georges Dubus
af5c2d6579 Merge pull request #4650 from madjar/master
Atom: updated to 0.139.0
2014-10-26 13:21:46 +01:00
karsten gebbert
642d388ae1 upgrade haskell package haste-compiler to 0.4.3 and fix compilation 2014-10-26 05:03:00 -07:00
Bjørn Forsman
31a61b7151 pidgin-with-plugins: rename attrname pidginWrapper -> pidgin-with-plugins
So that both attrname and pkgname is the same. The wrapper was added
just ~1 week ago, so I don't think we need to keep the old name around
for backward compatibility.
2014-10-26 11:51:39 +01:00
Bjørn Forsman
71d4380a41 pidgin-with-plugins: fix version number placement in pkg name
Currently the pidgin plugins wrapper is named
"pidgin-VERSION-with-plugins". Fix it so that it becomes
"pidgin-with-plugins-VERSION".

(And add missing newline at the end of file.)
2014-10-26 11:51:09 +01:00
Bjørn Forsman
03c6159efe youtube-dl: rename attrname youtubeDl -> youtube-dl
So that both attrname and pkgname is the same. Keep the old attrname
around for backward compatibility.
2014-10-26 11:01:26 +01:00
Charles Strahan
7231b95f4f Ruby: 2.1.3 and Fiddle support
This packages Ruby 2.1.3, and adds Fiddle support for all 2.x versions.

closes #4656
2014-10-26 04:48:09 +00:00
Charles Strahan
d696f56324 chruby package: a utlity for switching the current ruby version. 2014-10-26 04:31:35 +00:00
Mateusz Kowalczyk
f36972dd9c haskell-yi-contrib: delete package
We deprecated it today.
2014-10-26 03:48:37 +00:00
Mateusz Kowalczyk
95448e468a haskell-yi-snippet: new package 2014-10-26 03:48:19 +00:00
Mateusz Kowalczyk
19e665126b haskell-yi: update to 0.11.0 2014-10-26 03:45:25 +00:00
Mateusz Kowalczyk
9eef8fee08 haskell-yi-rope: update to 0.6.0.0 2014-10-26 03:44:56 +00:00
Pascal Wittmann
c17096309e checkstyle: update from 5.7 to 5.8 and adopt it 2014-10-26 02:27:35 +01:00
David Rusu
d73ae615c5 Merge https://github.com/NixOS/nixpkgs 2014-10-25 21:08:11 -04:00
David Rusu
67f8da419a added sync support to taskwarrior 2014-10-25 21:08:00 -04:00
William A. Kennington III
8636d93f54 Merge pull request #4213 from wkennington/master.zfsiso
[Dont Merge] nixos-iso: Add zfs / btrfs to supportedFilesystems
2014-10-25 18:01:17 -07:00
Pascal Wittmann
f8d64212b3 bvi: update from 1.3.2 to 1.4.0 and adopt it 2014-10-26 02:37:33 +02:00
Jonathan Rudenberg
8cc11f4255 makemkv: update to 1.8.14 2014-10-25 20:14:05 -04:00
Anders Papitto
0d11520727 add rcm, Management Suite for Dotfiles 2014-10-26 00:17:26 +02:00
cillianderoiste
bae08dd971 Merge pull request #4660 from sepi/new-package-python-box2d
New package: python-box2d
2014-10-25 22:33:10 +02:00
cillianderoiste
9e18e983de Merge pull request #4664 from AndersonTorres/mpv
MPV: update to 0.6.1
2014-10-25 22:21:09 +02:00
Vladimír Čunát
89354b4b1a autoconf-2.13: add versioned executable
Needed by mozilla hg builds.
2014-10-25 21:40:23 +02:00
Vladimír Čunát
e76772d1fd tzdata: update 2014-10-25 21:37:24 +02:00
Moritz Ulrich
6b40891796 notmuch: Update to 0.18.2. 2014-10-25 20:41:39 +02:00
Moritz Ulrich
635d49e973 Emacs: remove --with-crt-dir (no longer supported) 2014-10-25 20:34:51 +02:00
AndersonTorres
76f6e8625f MPV: update to 0.6.1 2014-10-25 16:33:01 -02:00
Evgeny Egorochkin
8b61f1f367 kde4.quasselWithoutKDE: update from 0.10.0 to 0.10.1 2014-10-25 20:31:54 +03:00
Evgeny Egorochkin
a6dc9ce957 tor: update from 0.2.4.23 to 0.2.4.24 2014-10-25 20:31:54 +03:00
Evgeny Egorochkin
8977addc3a youtubeDL: update from 2014.09.19 to 2014.10.13 2014-10-25 20:31:54 +03:00
Raffael Mancini
b1dfef0f87 python-box2d: disable for python > 2.7 2014-10-25 17:54:13 +02:00
Mariusz `shd` Gliwiński
92f3e72d42 teamviewer v9 2014-10-25 17:27:32 +02:00
Raffael Mancini
f18ede23bf fixed typo 2014-10-25 17:25:47 +02:00
Bjørn Forsman
ff2c9a2274 beep: set meta.platforms
beep includes <linux/xyz.h> C header files, so I'm setting platforms to
Linux only.
2014-10-25 17:24:47 +02:00
Raffael Mancini
3ee2ca1d21 Added an up-to-date http debian mirror for those without ftp access. 2014-10-25 17:10:22 +02:00
Raffael Mancini
b1d04be2a3 New package: python-box2d. The Python bindings of the c++ game physics library box2. 2014-10-25 17:05:28 +02:00