Karn Kallio
bc4c9312a5
Add aldor.
2013-07-17 18:51:51 +02:00
Peter Simons
af3b34ab91
Merge pull request #766 from iyzsong/herbstluftwm
...
add herbstluftwm 0.5.2
2013-07-17 09:28:26 -07:00
Song Wenwu
7ffb3a4ba5
add herbstluftwm 0.5.2
2013-07-18 00:02:53 +08:00
Eelco Dolstra
dea87788f8
Make KDE 4.10 the default
2013-07-17 15:01:49 +02:00
Peter Simons
c404c4ccd4
Merge pull request #764 from ocharles/perl-packages
...
Perl packages
2013-07-17 03:40:12 -07:00
Oliver Charles
61d3429154
perlPackages.NetRabbitFoot & dependencies: new expressions
2013-07-17 10:45:50 +01:00
Oliver Charles
d7b5a1beb1
perlPackages.LogContextual & dependencies: new expressions
2013-07-17 10:33:04 +01:00
Oliver Charles
ff5d030513
perlPackages.DBIxSimple: new expression
2013-07-17 10:31:19 +01:00
Oliver Charles
eec9e56226
perlPackages.AnyEvent: new expression
2013-07-17 10:02:19 +01:00
aszlig
b9729fb4d4
python-hetzner: Update to new version 0.4.1.
...
Small bugfix release, changes:
- Don't include colons when generating passwords for admin logins.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-17 10:50:58 +02:00
Vladimír Čunát
87444bc281
fix tarball after 541661
2013-07-17 08:16:24 +02:00
aszlig
0f096b70d0
python-hetzner: Update to new version 0.4.0.
...
This introduces the following changes:
- Validate Robot's SSL server certificates.
- Admin accounts can new be managed with the "admin" property of a
server instance.
- Better and fixed up error reporting.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-17 05:36:43 +02:00
Shea Levy
b89cbe26a8
Add tar nodePackage
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-16 20:33:28 -04:00
Eelco Dolstra
54166165a6
Remove some unused GCC builds
2013-07-16 22:54:05 +02:00
Eelco Dolstra
8ebf53ce4c
Indent properly
2013-07-16 22:54:05 +02:00
Eelco Dolstra
8e8c3d665c
Remove KDE 4.7
...
It's obsolete.
2013-07-16 22:54:04 +02:00
Bjørn Forsman
f0669d2b45
Merge pull request #760 from grwlf/avarice
...
AVaRICE: translates between GDB's remote debug protocol and the AVR JTAG...
2013-07-16 10:39:08 -07:00
Eelco Dolstra
4cc4ed6d2d
linux-3.7: Remove
...
It's EOL.
2013-07-16 13:45:23 +02:00
Sergey Mironov
62bbba8173
AVaRICE: translates between GDB's remote debug protocol and the AVR JTAG ICE protocol
2013-07-16 14:19:32 +04:00
Rickard Nilsson
56c5f33845
New package: dovecot_pigeonhole, a sieve plugin for dovecot
2013-07-15 15:15:35 +02:00
Rickard Nilsson
0dc36983e9
New package: opensmtpd, an SMTP server from the OpenBSD project.
2013-07-15 15:05:03 +02:00
Rickard Nilsson
93ff42ae9c
dovecot: Add version 2.2.4 as attribute dovecot22
...
I also added a patch that makes dovecot search for
plugins in /var/lib/dovecot/modules. This way, you
can add plugins from several packages without running
into circular dependencies. The module dir needs to
be populated before the dovecot service is started,
for example. This is currently not done in NixOS, so
you need to implement your own service in order to
get the plugins working.
The module patch has not been added to the old 2.1.x
package.
2013-07-15 14:55:00 +02:00
Eelco Dolstra
46a2dfe960
Set the default Linux kernel to 3.4
...
3.4 is the most recent long-term stable branch, which will be
maintained until October 2014 at least.
Issue #501 .
2013-07-15 14:33:27 +02:00
Sander van der Burg
2cf1cbf2fe
Added gridfs-stream node package + updated nodejs packages
2013-07-15 13:25:42 +02:00
Domen Kožar
ac1803f424
Merge pull request #747 from lovek323/vim-plugins-command-t
...
vim-plugins: add expression command-t
2013-07-14 23:04:33 -07:00
aszlig
a01ab33e03
chromium: Enable pulseaudio by default.
...
If no config.pulseaudio is explicitely set to false, build with pulse
support, because even if there is no pulse server available, chromium
will fall back to using ALSA.
And we definitely want to avoid that users have to build chromium for
themselves just for the sake of having pulse support. Thanks to @devhell
for actually helping me discovering this (I for myself do always rebuild
Chromium, so I won't notice those kind of things).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-15 01:16:32 +02:00
Peter Simons
ec786d59d8
firefox-wrapper: remove the 'lowPrio' attribute that was accidentally added in an earlier commit
2013-07-14 23:49:35 +02:00
Shea Levy
a895082e56
nodePackages: Update to npm2nix 2.0 format
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-14 14:41:53 -04:00
aszlig
0716e5b9e2
python-hetzner: Update to new version 0.3.0.
...
Changes are:
- Ability to set the name of a server (Server.set_name()).
- New sub-command (set-name) for hetznerctl to set server name.
- Show server name in list command.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-14 09:47:05 +02:00
Evgeny Egorochkin
2c71290da7
Fix perl packages go use mirror://cpan where possible
2013-07-14 05:39:02 +03:00
Shea Levy
aefae32c8c
Add npm nodePackage
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-13 22:25:18 -04:00
Jason "Don" O'Conal
1d7d0addcc
vim-plugins: add expression command-t
...
* also fix build of vim on darwin
2013-07-14 11:24:45 +10:00
Evgeny Egorochkin
b084b29d26
Even more mirror:// fixes
2013-07-14 04:17:07 +03:00
Evgeny Egorochkin
649dd8377e
perl-net-amazon-s3-policy: fix version to match tarball
2013-07-14 02:08:52 +03:00
Evgeny Egorochkin
366dfa9883
python-twisted: fix version to match tarball
2013-07-14 02:08:52 +03:00
Evgeny Egorochkin
88a2e70184
python-paramiko: fix version to match tarball
2013-07-14 02:08:52 +03:00
Evgeny Egorochkin
744e06b4c3
python-colorama: fix name
2013-07-14 02:08:52 +03:00
Evgeny Egorochkin
3fe900b053
perl-uri-url: fix version to match tarball
2013-07-14 02:08:51 +03:00
Evgeny Egorochkin
e675a2a996
perl-io-pager: fix version
2013-07-14 02:08:51 +03:00
Shea Levy
3b274caaac
Fix tarball
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-13 15:54:39 -04:00
Sander van der Burg
18e9efe0f7
nijs: update to 0.0.9
2013-07-12 16:55:19 +02:00
Oliver Charles
b17f4486a1
More Perl libraries
...
Adds:
- File-Share-0.02
- Module-Install-AuthorRequires-0.02
- Module-Install-AuthorTests-0.002
- Test-EOL-1.5
- Test-NoTabs-1.3
2013-07-12 16:26:48 +02:00
Gergely Risko
a97936fba8
Add bindings-DSL and bindings-posix hackage packages
2013-07-12 16:26:48 +02:00
Jason \"Don\" O'Conal
6fc89eead6
qt48: fix build on darwin
...
* build with clang
2013-07-12 16:26:47 +02:00
Jason \"Don\" O'Conal
5c8a44fd18
mpd: fix build on darwin
...
* disable systemd
* disable alsaLib
* disable ffado
* compile with gccApple
* disable libmad
2013-07-12 16:26:46 +02:00
Jason \"Don\" O'Conal
dcc4ffdb7f
libsndfile: fix build on darwin
...
* build with gccApple
* add Carbon headers to include path
2013-07-12 16:26:45 +02:00
Jason \"Don\" O'Conal
3a1a7b2d6a
libsamplerate: fix build on darwin
...
* build with gccApple
* add Carbon include path
2013-07-12 16:26:45 +02:00
Jason \"Don\" O'Conal
c449a67e01
libmikmod: fix build on darwin
...
* build with gccApple
2013-07-12 16:26:45 +02:00
Jason \"Don\" O'Conal
735555d86f
ffmpeg: fix build on darwin
...
* build with gccApple
* don't delete '*.a' files when building xvidcore
2013-07-12 16:26:44 +02:00
Jason \"Don\" O'Conal
7ef50f5098
audiofile: fix build on darwin
...
* disable alsaLib
* build with gccApple
2013-07-12 16:26:43 +02:00