Jason "Don" O'Conal
d0d9470519
sup: add required gems and separate dependencies
2013-06-14 18:06:14 +10:00
Eelco Dolstra
629daa2102
Rewrite the CPAN generator to Perl
...
Also:
- It's now installable by doing "nix-env -i nix-generate-from-cpan".
- It maps dependencies to the correct attribute (e.g. HTML::HeadParser
is mapped to HTMLParser).
- It automatically selects buildPerlPackage or buildPerlModule.
- It's documented in the manual.
2013-06-13 15:56:23 +02:00
Eelco Dolstra
a79076b7aa
Consistent whitespace
2013-06-13 15:56:23 +02:00
Michael Raskin
ed51d54610
Merge pull request #606 from fignuts/master
...
Add keepass password manager and update mono DLLMap.
2013-06-13 05:42:53 -07:00
Michael Raskin
27bbff463f
Merge pull request #601 from craff/ocaml/upgrade_and_new
...
Ocaml/upgrade and new
2013-06-13 05:41:59 -07:00
Michael Raskin
c7536d2fa6
Merge pull request #617 from lovek323/vim_configurable
...
Get vim_configurable compiling on darwin
2013-06-13 05:41:12 -07:00
Jason "Don" O'Conal
6baad4d4d6
vim_configurable: fix compilation on darwin
...
* compile with gccApple
* enable darwinSupport by default
* do not use patchelf
2013-06-13 22:20:54 +10:00
Jason "Don" O'Conal
dc0c630e54
gtk2: fix compilation on darwin
...
* add libintlOrEmpty to build inputs
* allow cups to be disabled by setting config.gtk2.cups to false
2013-06-13 18:10:53 +10:00
Peter Simons
71439b3e96
Merge pull request #610 from lovek323/sup
...
Add sup expression
2013-06-12 23:33:19 -07:00
Jason "Don" O'Conal
a5e65e66b1
sup: separate dependencies
...
create separate expressions for gems requiring native extensions to be
built:
* gpgme
* ncursesw_sup
* xapian_full_alaveteli
2013-06-13 10:45:51 +10:00
Jason "Don" O'Conal
593228f18d
Compile libusb with gccApple on darwin
2013-06-13 10:42:38 +10:00
Jason "Don" O'Conal
4fe22e28cb
Add sup expression
2013-06-13 10:42:30 +10:00
Lluís Batlle i Rossell
4970ec637e
Adding psmouse-alps, a touchpad kernel driver.
...
Some laptops use these new touchpads, and this driver is
supposed to provide proper support for them.
2013-06-12 22:55:58 +02:00
Michael Raskin
55249de924
Update Julia to today's revision
2013-06-11 15:44:56 +04:00
Eelco Dolstra
eaf98cf26e
nixUnstable: Update to 1.5.3pre3134_5c06e52
2013-06-11 12:08:37 +02:00
Mathijs Kwik
fcfbce4b80
Revert "firefox: Revert to 20.0"
...
This reverts commit 9875413c48
.
2013-06-11 09:32:39 +02:00
Michael Raskin
46cd2d0d68
Merge pull request #568 from MarcWeber/submit/vim-multiple-version-and-plugins
...
vim: supporting multiple sources & complicated plugins
2013-06-10 23:06:56 -07:00
Evgeny Egorochkin
2e939a0fba
Merge pull request #608 from ocharles/fabric
...
fabric: new expression
2013-06-10 23:01:59 -07:00
Oliver Charles
d67c4690d3
fabric: new expression
2013-06-10 23:33:39 +01:00
Rok Garbas
9f52473521
plone: 4.1 should use python 2.6
2013-06-10 21:00:37 +02:00
Peter Simons
2e618df532
bind: avoid build impurity by explicitly enabling/disabling features
...
The BIND configure script finds extra dependencies in /usr/include and /usr/lib,
and activates additional features if it does. This may cause the build to fail
on systems that cannot use a chroot environment. Actively disabling those
additional features prevents this issue from occurring.
2013-06-10 15:38:00 +02:00
Evgeny Egorochkin
009aa85060
Merge pull request #587 from orbitz/add-riak-1.3.1
...
Add Riak 1.3.1
2013-06-09 19:53:44 -07:00
Andrew Morsillo
e1bd332758
Added keepass password manager. Updated mono DLLMap to allow mono to run WinForms applications (keepass).
2013-06-09 23:17:09 +02:00
Benjamin Cahill
6e6181bc89
Add rmlint, a tool for removing duplicate files
2013-06-09 13:34:50 -05:00
Peter Simons
75579b0ce3
all-packages.nix: fix typo in path to 'renpy' expression
2013-06-09 11:15:35 +02:00
Song Wenwu
d4c6b5924d
add Ren'Py 6.15.5
...
Ren'Py is a visual novel engine that helps you use words,
images, and sounds to tell stories with the computer.
This is just the minimal launcher.
2013-06-09 12:45:56 +08:00
Evgeny Egorochkin
c96c105c5c
Merge pull request #600 from bencahill/master
...
Add pianobar, a command-line Pandora client
2013-06-08 14:36:39 -07:00
Christophe Raffalli
a69cd62f71
Added tuareg emacs mode and fixed some other emacs mode.
...
ecb emacs mode is commented out because it's dependency appears not to compile.
2013-06-08 12:42:46 +02:00
Christophe Raffalli
d7223f3a3e
simplify env-patoline and circumvert the bug with libgcc_s.so.1
2013-06-08 09:25:34 +02:00
Benjamin Cahill
00e720471b
Add pianobar, a command-line Pandora client
2013-06-07 20:52:34 -05:00
Christophe Raffalli
ac347e5cde
Add the possibility to build a patoline environment with
...
nix-env -i env-patoline.
This is the only reasonnable way to install patoline which require
ocaml compiler with a large set of libraries installed.
2013-06-07 21:48:37 +02:00
Christophe Raffalli
270d929089
New ocaml packages:
...
- ocaml-cairo
- camlimages
- dypgen
- patoline
2013-06-07 21:40:38 +02:00
Christophe Raffalli
87e1089498
Upgraded omake to 0.9.8.6_rc1. kept the previous version as default because this is a rc1.
...
This is necessary to compile the latest camlimages
2013-06-07 21:40:37 +02:00
Michael Raskin
2baaaebf57
Luarocks: new package
2013-06-07 14:04:15 +04:00
Evgeny Egorochkin
a83d544f4e
Merge pull request #597 from bjornfor/solfege
...
Add Solfege, an ear training program
2013-06-06 14:21:32 -07:00
Lluís Batlle i Rossell
fad6bc90b3
Adding ZNC, irc bouncer.
2013-06-06 23:08:59 +02:00
Eelco Dolstra
9875413c48
firefox: Revert to 20.0
...
The search box doesn't work anymore, will need to investigate why...
2013-06-06 22:32:59 +02:00
Bjørn Forsman
142fca279b
solfege: new package
...
Solfege is an ear training application.
This patch is based on the work of @mornfall.
2013-06-06 19:30:41 +02:00
Bjørn Forsman
aaac7100c8
txt2man: new package
...
txt2man converts flat ASCII text to man page format. (Solfege, which is
added in the next commit, needs this.)
2013-06-06 19:15:18 +02:00
Evgeny Egorochkin
bc409a6e00
Merge pull request #593 from bjornfor/saleae-logic
...
saleae-logic: new package
2013-06-06 04:44:44 -07:00
Eelco Dolstra
ebe6b96698
firefox: Update to 21.0
...
Only problem was that the chrome resources were not in the right place
(and you only see that by running with the -jsconsole flag).
2013-06-06 13:07:54 +02:00
Eelco Dolstra
34dbf4face
Remove Firefox 19
2013-06-06 11:59:05 +02:00
Peter Simons
ae23b39350
all-packages.nix: drop trailing whitespace
2013-06-06 10:48:58 +02:00
Peter Simons
c65a3e198c
heimdal: remove obsolete 1.3.x version
2013-06-06 10:48:58 +02:00
Christophe Raffalli
d4ec61c717
grouped heimdal versions in all_packages.nix
2013-06-06 10:48:58 +02:00
Christophe Raffalli
4cf01f2115
rxvt_unicode with perl extension enabled by default
2013-06-06 10:48:58 +02:00
Christophe Raffalli
9f4b7508a6
Added rxvt_unicode_with_perl
2013-06-06 10:48:58 +02:00
Christophe Raffalli
55a8c050db
Added heimdal 1.5.2, keeping version 1.3.3
2013-06-06 10:48:58 +02:00
Christophe Raffalli
8be8701db7
Added openconnect
2013-06-06 10:48:58 +02:00
Christophe Raffalli
a7b8017583
Added imapfilter
2013-06-06 10:48:57 +02:00