Commit Graph

23677 Commits

Author SHA1 Message Date
Peter Simons
fc5f145334 haskell-authenticate: update to version 1.3.2.4 2013-02-14 12:42:08 +01:00
Peter Simons
157cec4579 haskell-SMTPClient: update to version 1.1.0 2013-02-14 12:42:07 +01:00
Peter Simons
d0eafca26b haskell-HStringTemplate: update to version 0.7.0 2013-02-14 12:42:07 +01:00
Peter Simons
4720d14dfa haskell-Diff: update to version 0.3.0 2013-02-14 12:42:07 +01:00
Peter Simons
56afb5a5d0 haskell-filestore: jailbreak to enable the build with the latest version of 'Diff' 2013-02-14 12:39:46 +01:00
Peter Simons
603aacf97f haskell-bmp: update to version 1.2.4.1 2013-02-14 12:33:58 +01:00
Rickard Nilsson
9642adef32 libsoup: Update to 2.40.3 2013-02-13 15:57:41 +01:00
Sander van der Burg
e8f590c3d9 Make the source of the titanium SDK configurable 2013-02-13 14:36:28 +01:00
Eelco Dolstra
a0a6f0edfd releaseTools.nixBuild: Support builds with multiple outputs 2013-02-13 13:54:32 +01:00
Peter Simons
7d5936856a haskell-hsyslog: update to version 1.5 2013-02-12 23:07:35 +01:00
Peter Simons
95c04df02d haskell-hsdns: update to version 1.6 2013-02-12 23:07:35 +01:00
Sander van der Burg
5d6ffdb623 xcodeenv: Allow app names with with spaces in them 2013-02-12 11:35:21 +01:00
aszlig
ec9c096e25
flashplayer-11: Update to version 11.2.202.262.
This update contains security fixes for two vulnerabilities, for details please
have a look at:

http://www.adobe.com/support/security/bulletins/apsb13-04.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-12 10:42:19 +01:00
Peter Simons
801237ceb2 xmonad: install man page into the proper location 2013-02-11 23:26:06 +01:00
Peter Simons
97faa4c319 ghc-with-packages.nix: include man pages in the generated profile 2013-02-11 23:26:06 +01:00
Александр Цамутали
4cb80bdb1e warsow: Fix for ui module downloaded from server. 2013-02-12 01:02:19 +04:00
Peter Simons
e8982e11a4 texlive-moderncv: update to version 1.3.0 2013-02-11 21:15:17 +01:00
Shea Levy
b97aa0c4b1 Update rubygems.
More vulnerabilities:
https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/4_YvCpLzL58
https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/KtmwSbEpzrU
https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/AFBKNY7VSH8
2013-02-11 14:31:12 -05:00
Shea Levy
3a8631201e Linux 3.4.30 2013-02-11 12:57:40 -05:00
Shea Levy
45e877f706 Linux 3.0.63 2013-02-11 12:53:43 -05:00
Shea Levy
170b0c9e2e Linux 3.7.7 2013-02-11 12:34:14 -05:00
Eelco Dolstra
a3da633b84 openresolv: Update to 3.5.4 2013-02-11 17:46:29 +01:00
Eelco Dolstra
7c2e9cf2bf dhcpcd: Update to 5.6.7 2013-02-11 17:46:29 +01:00
Peter Simons
70c94bf5c6 darcs: build against the latest versions of the 'tar' and 'haskeline' dependencies 2013-02-11 17:29:31 +01:00
Peter Simons
b58e991272 all-packages.nix: provide a variant of Darcs that includes the executable, but not the library
The reduced 'darcs' derivation is supposed to be run-time independent of the
Haskell compiler. Unfortunately, this isn't quite true yet because the HTTP
package bakes its own store path into the library. This causes Darcs -- which
links the HTTP library statically -- to depend on 'HTTP', which in turn depends
on lot of other Haskell stuff. Patching HTTP to get rid of that reference looks
feasible, though.
2013-02-11 17:29:31 +01:00
Eelco Dolstra
76a5e89a1c linux: Update to 3.2.38 2013-02-11 15:34:30 +01:00
Eelco Dolstra
e4ce304333 types.nix: Add a ‘lines’ type
This is like types.string, but values are merged by putting a newline
in between them.  This is mostly useful for configuration file
options, where we don't want values accidentally ending up on the same
line.

Note that almost all options with string type in NixOS should either
be unmergable (i.e. should be marked with ‘types.uniq’) or should
actually be of type ‘lines’.  So it might make sense to remove the
merge function for the ‘string’ type eventually.
2013-02-11 15:32:24 +01:00
Eelco Dolstra
26dd2dc425 nixUnstable: Update to 1.4pre3056_79a3ba7 2013-02-11 15:27:18 +01:00
Peter Simons
8fa1ce00f2 petidomo: update to version 4.3 2013-02-11 14:38:02 +01:00
Peter Simons
18c24bab3f haskell-HTTP: update to version 4000.2.8 2013-02-11 11:16:36 +01:00
Michael Raskin
956f900331 Current Monotone needs older Boost 2013-02-11 01:18:59 +04:00
Shea Levy
e2abed75ec Revert "Revert "curl: Update to version 7.29.0.""
This reverts commit ec4f56b3473a07cbaf7194d8ea374c4514499f73.

With the added patch, the curl segfault seems to be fixed.
2013-02-10 13:44:00 -05:00
Александр Цамутали
1c515819ef e17: Update libs to 1.7.5, enlightenment to 0.17.1. 2013-02-10 21:23:45 +04:00
Shea Levy
ec4f56b347 Revert "curl: Update to version 7.29.0."
This reverts commit fd2cff94796fdc7b9a2f816403de2496cf76d0d7.

nix's substituter fails with this curl, so revert it until that's fixed.
2013-02-10 11:37:14 -05:00
Shea Levy
9299b2ed3e Fix petidomo license meta attribute 2013-02-10 11:02:27 -05:00
Corey O'Connor
fde87b3a9b add winetricks, modified by vcunat@gmail.com
Originally from #89.
2013-02-10 16:20:24 +01:00
Peter Simons
09a3f9f775 haskell-gitit: update to version 0.10.2 2013-02-10 15:41:37 +01:00
Peter Simons
790af9124c haskell-digestive-functors: update to version 0.6.0.1 2013-02-10 15:41:37 +01:00
Vladimír Čunát
712af3a70f Merge pull request #243 from RSzibele/minetest-0.4.4
add minetest-0.4.4.
2013-02-10 03:08:40 -08:00
Lluís Batlle i Rossell
3c9386e19f Adding libeatmydata.
It doesn't run very well with our symlinks in PATH, but I don't know what
patch can make it work still. This is better than nothing; calling it
with its full path makes it work.
2013-02-10 00:08:29 +01:00
Peter Simons
f1b54f8ee2 mini-httpd: update to version 1.2 2013-02-09 22:50:50 +01:00
Shea Levy
1b4fc7a095 rng-tools: add meta.platforms 2013-02-09 15:09:46 -05:00
Peter Simons
28752752c0 boost: rename patch for version 1.47.0 to include its version number in the file name 2013-02-09 21:07:27 +01:00
Peter Simons
227dd2695c boost: remove obsolete version 1.52.0 2013-02-09 21:06:45 +01:00
Peter Simons
0edf39f1f8 boost-headers: remove obsolete version 1.49.0 2013-02-09 21:06:23 +01:00
Peter Simons
e0cb8cb5e4 boost: switch default version from 1.52.0 to 1.53.0 2013-02-09 21:05:39 +01:00
Peter Simons
37db55f3ec boost: remove obsolete version 1.51.0 2013-02-09 21:04:31 +01:00
Peter Simons
ad934df597 boost: remove obsolete version 1.46.0 2013-02-09 21:02:48 +01:00
Peter Simons
361b2facee petidomo: add version 4.2 2013-02-09 20:27:44 +01:00
Peter Simons
221e8b1649 haskell-stylish-haskell: update to version 0.5.6.0 2013-02-09 18:24:50 +01:00
Peter Simons
f5e1c00c68 haskell-snap-server: update to version 0.9.3.1 2013-02-09 18:24:50 +01:00
Peter Simons
e8de5bd8d9 haskell-snap-core: update to version 0.9.3.1 2013-02-09 18:24:50 +01:00
Peter Simons
587e82e085 haskell-reflection: update to version 1.1.7 2013-02-09 18:24:50 +01:00
Peter Simons
58eedef652 haskell-project-template: update to version 0.1.2 2013-02-09 18:24:50 +01:00
Peter Simons
e36304f903 haskell-hashtables: update to version 1.1.0.2 2013-02-09 18:24:50 +01:00
Peter Simons
fdf9782914 haskell-classy-prelude: update to version 0.5.0 2013-02-09 18:24:50 +01:00
Peter Simons
256a2997f2 haskell-classy-prelude-conduit: update to version 0.5.0 2013-02-09 18:24:50 +01:00
Peter Simons
1a5b329cfd haskell-base64-bytestring: update to version 1.0.0.1 2013-02-09 18:24:50 +01:00
Peter Simons
a49ff02e7f haskell-SDL-ttf: update to version 0.6.2 2013-02-09 18:24:50 +01:00
Peter Simons
4b3cd9711a haskell-HSH: update to version 2.1.0 2013-02-09 18:24:50 +01:00
Peter Simons
2191cbb0a1 haskell-darcs: update to version 2.8.4 2013-02-09 18:24:50 +01:00
Peter Simons
fcac0afb3a haskell-Agda: jailbreak to support the latest version of 'hashtables' 2013-02-09 18:17:32 +01:00
Peter Simons
89c34e18ce texLiveFull: add tex4ht 2013-02-09 18:13:06 +01:00
Peter Simons
93ce537e10 tex4ht: texLiveAggregationFun expects the texmf directory in $out, not $out/share
I also made some cosmetic changes to the expression.
2013-02-09 18:12:56 +01:00
Shea Levy
0f66b8cb20 gcc46_multi: Don't try to build on non-64-bit-linux 2013-02-09 10:01:02 -05:00
aszlig
fd2cff9479 curl: Update to version 7.29.0.
This version contains a security fix for CVE-2013-0249, for details please have
a look at:

http://curl.haxx.se/docs/adv_20130206.html

Thanks to @roconnor for pointing this out.

I'm pushing this to stdenv-updates because I'm not quite sure if it will break
other things because 7.29.0 is now non-blocking by default. Plus the security
vulnerability only affects IMAP, POP3 and SMTP protocol support.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>

Cherry-picked into master, this won't change stdenv.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-02-08 18:27:52 -05:00
Shea Levy
831d72cede Update rubygems.
Particularly for rack-1.5.2, fixes CVE-2013-0263 and CVE-2013-0262.
2013-02-08 18:26:38 -05:00
Shea Levy
95452fa0f8 stdenv_32bit: Use gcc46_multi.
Fixes #80.
2013-02-08 14:58:30 -05:00
Shea Levy
86feda1106 Add multilib gcc-4.6.
libquadmath seems to require that the bootstrap gcc be multilib too.
2013-02-08 14:27:42 -05:00
Marco Maggesi
42a4178c2b Update HOL Light to revision 155 2013-02-08 15:26:35 +01:00
Marco Maggesi
34411286a6 Update HOL Light to revision 154 2013-02-08 15:20:06 +01:00
Marco Maggesi
03bf520849 Update BLCR to version 0.8.5 2013-02-08 12:42:31 +01:00
aszlig
265fea5788
google-talkplugin: Note how to get latest version.
This is just in order to make it easier to determine the latest upstream version
from the Packages file of Google's APT repository.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 08:45:15 +01:00
aszlig
59d79e97e8
virtualbox: Fix unpacking of extension pack.
This fixes a typo introduced by 5a3f9c08b0e1e004606fe331bf34ad112c710bcd.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 07:03:36 +01:00
aszlig
dd832a3e8f
chromium: Update beta channel to v25.0.1364.68.
This update is a bit more problematic, as the bundled version of libpng is
version 1.2.45 and the version in nixpkgs is 1.5.13. Even if trying to run with
libpng12 from nixpkgs, it seems to collide with parts of the bundled version.

So, until this is either fixed upstream or we have a good solution, we're using
bundled libpng for chromium version 25 and higher.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 07:03:36 +01:00
aszlig
9b726e94a8
chromium: Update stable channel to v24.0.1312.69.
Let's begin with the most trivial one: The stable version.
This version just contains a few bug fixes and builds fine so far.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 07:03:36 +01:00
aszlig
01cbb17c12
chromium: Fix updater to handle versions > 26.
Starting with version 26, there is a chromium-$version-lite package and it is an
LZMA archive as well, so download size is reduced by about 44%.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 07:03:36 +01:00
Shea Levy
8f51038a13 qemu-1.3.1
Also, old qemu is unreferenced in nixos and nixpkgs tree, so remove it absent explicit need.
2013-02-07 20:44:02 -05:00
Cillian de Róiste
a328bce51b Add Pillow, a fork of PIL (Python Imaging Library)
This fork is used by Plone and other Python web platforms/frameworks
because it is well maintained and setuptools friendly
2013-02-08 00:53:11 +01:00
Shea Levy
a0a7ef9f47 Merge branch 'hplip' of https://github.com/aristidb/nixpkgs
From aristid:
The hplip package wasn't really "python-aware" before. It should be now: I tried running hp-setup, and it works.
I've also enabled network support now.
2013-02-07 18:28:49 -05:00
Aristid Breitkreuz
b2afb45b8d hplip: make pyqt4 dependency conditional on qtSupport 2013-02-08 00:27:07 +01:00
Shea Levy
5e11e727ca Merge branch 'virt' of https://github.com/aristidb/nixpkgs 2013-02-07 18:09:40 -05:00
Rob Vermaas
2656f1df25 Fix Firefox 13.0 URL. 13.0 is still used by selenium. 2013-02-07 22:19:09 +01:00
Rob Vermaas
047f174801 Remove old static versions of aterm/sdf2-bundle, don't build currently and not used anywhere. 2013-02-07 22:09:32 +01:00
Peter Simons
6e067d336b Merge pull request #303 from aforemny/haskell-vty-ui
Add Haskell package vty-ui
2013-02-07 07:51:01 -08:00
Peter Simons
ba9d4cc2ed Merge pull request #304 from aforemny/haskell-dyre
Add Haskell package dyre
2013-02-07 07:50:21 -08:00
Eelco Dolstra
4515ba0e48 postgresql: Update to latest versions
CVE-2013-0255
2013-02-07 16:37:12 +01:00
Lluís Batlle i Rossell
c4216ed1a0 linux kernel: enabling SUNRPC_DEBUG
Much easier debugging of nfs issues.

If I understand correctly, it was enabled in 3.2 and below; I enable it for
next kernels.
2013-02-07 16:21:03 +01:00
Eelco Dolstra
41b4931100 firefox: Update to 18.0.2 2013-02-07 13:47:41 +01:00
Александр Цамутали
9bd4d4e8a4 warsow: Update to 1.03. 2013-02-07 03:37:50 +04:00
Shea Levy
b3ec511a1a sysbench: Fix URL 2013-02-06 15:38:44 -05:00
Alexander Foremny
6666acc77c Add Haskell package dyre
This adds the Haskell package xdg-basedir as well.
2013-02-06 16:56:30 +01:00
Alexander Foremny
b423163454 Add Haskell package vty-ui 2013-02-06 16:46:45 +01:00
Eelco Dolstra
04765da09a fetchurl: Don't wait too long for the hashed mirrors
If the hashed mirror (nixos.org/tarballs) doesn't respond in 15
seconds, give up and try the original URL.
2013-02-06 15:15:28 +01:00
Eelco Dolstra
f337ab4430 fetchurl: Remove some compatibility hacks 2013-02-06 15:00:33 +01:00
Aristid Breitkreuz
b73dff89f7 enable networking support for hplip, net_snmp is available now 2013-02-06 14:08:27 +01:00
Aristid Breitkreuz
b5e2a027c4 hplip: now hp-setup actually shows a dialog 2013-02-06 13:44:39 +01:00
Aristid Breitkreuz
f590891ac2 hplip: start work on making python programs work 2013-02-06 13:44:38 +01:00
Peter Simons
6b702f23ea lzip: add version 1.14-rc3 2013-02-06 13:15:12 +01:00
Peter Simons
4aa56c21c8 Rename "boost-x.y.z-headers" derivation to "boost-headers-x.y.z" to ensure that
nix-env picks the full boost distribution when "nix-env -i boost" is installed.
2013-02-06 12:35:00 +01:00
Peter Simons
af9747c1ef boost: add version 1.53.0
The default 'boost' attribute has not been updated yet as this needs
further testing.
2013-02-06 12:33:55 +01:00
Peter Simons
7cd1885725 haskell-happstack-server: update to version 7.1.2 2013-02-06 12:27:24 +01:00
Peter Simons
87f83b6bce haskell-hamlet: update to version 1.1.6.1 2013-02-06 12:27:24 +01:00
Peter Simons
f4be8d4ec7 haskell-ghc-heap-view: update to version 0.4.2.0 2013-02-06 12:27:24 +01:00
Peter Simons
8b0b674d65 haskell-errors: update to version 1.4.1 2013-02-06 12:27:24 +01:00
Peter Simons
b76e4059c4 haskell-either: update to version 3.4 2013-02-06 12:27:23 +01:00
Peter Simons
4548458a3e haskell-contravariant: update to version 0.4 2013-02-06 12:27:23 +01:00
Peter Simons
1f92b14d1f haskell-heist: jailbreak to support the latest version of 'errors' 2013-02-06 12:27:23 +01:00
Peter Simons
83df975ba8 atlas: allow users to override the CPU configuration used to build ATLAS 2013-02-06 12:27:23 +01:00
Peter Simons
3334f33daf atlas: update to version 3.10.1
This patch fixes issue #297.
2013-02-06 11:31:49 +01:00
Karn Kallio
f921baec94 nvidia-x11: fix build with the latest Linux kernel 2013-02-06 10:46:25 +01:00
Shea Levy
30658882e8 Rubygems: Fix deps.
Gem nix in nixpkgs is broken, will have to update it.
2013-02-05 20:24:42 -05:00
Cillian de Róiste
25e67e7616 Merge branch 'master' of github.com:NixOS/nixpkgs 2013-02-06 02:02:00 +01:00
Cillian de Róiste
e44f4ef3ce #283 add a set of Plone packages, a popular Python CMS
This set of packages for Plone was generated using
cillianderoiste/python2nix, which is forked from garbase/python2nix.

It uses ```buildout annotate``` to dump a set of packages and their
versions based on an installed Plone instance and then looks up these
packages on pypi, gets the relevant download url and sets some
(minimal) buildInputs where required.

The packages are not ready to be used on their own yet, since they
lack complete dependencies. In the future we can move complete package
expressions into a better location so that they can be re-used.

The packages are also lacking metadata. They are all available under
Free licenses (mostly Zope Public License, GPL or BSD), but the script
does not yet fill that information in. It should be pretty easy to get
hold of it, plus the short description and home page from pypi, this
will be added to the script in the future so that the license
information is accurate.
2013-02-06 01:44:44 +01:00
Rickard Nilsson
b3cfae1acf darktable: Update to 1.1.2 2013-02-06 01:26:24 +01:00
Rickard Nilsson
cb4c42e9c3 gnumeric: Update to 1.12.0
Also update dependencies (goffice, libgsf) to required versions.
2013-02-06 01:26:24 +01:00
Cillian de Róiste
c43891e32e lxml: upgrade from 2.2.2 to 3.0.2 2013-02-06 01:21:11 +01:00
Cillian de Róiste
0dbef6991d #283: Patch buildout to be useful in a nix profile 2013-02-06 01:18:41 +01:00
Shea Levy
6cc91771a8 Mark ruby gems as such 2013-02-05 19:08:04 -05:00
David Guibert
bb03e66785 Merge pull request #294 from jcumming/zfs.130201
zfs-0.6.0-rc14. spl-0.6.0-rc14
2013-02-05 14:00:11 -08:00
Vladimír Čunát
c877f453b1 Merge pull request #302 from aristidb/pydb
pydb: mirror://sourceforge.net/ is no longer valid
2013-02-05 13:32:45 -08:00
Aristid Breitkreuz
d6f5d3c9a8 pydb: mirror://sourceforge.net/ is no longer valid 2013-02-05 20:35:39 +01:00
Florian Friesdorf
906be2ea98 python-linkme-wrapper: optimize some escaping 2013-02-05 20:12:28 +01:00
Aristid Breitkreuz
07c64a7a6c virtinst: could not find python modules, add python wrapper 2013-02-05 18:16:50 +01:00
Rob Vermaas
d10679eed4 Added gcovr 2.4 2013-02-05 16:04:09 +01:00
Michael Raskin
09ee51c442 Fixing xlaunch for systemd branch 2013-02-05 17:21:51 +04:00
Vladimír Čunát
24b6ad43c1 Merge pull request #298 from iyzsong/swfmill
add swfmill-0.3.2
2013-02-05 02:05:51 -08:00
Michael Raskin
a2ba6d5bdd Julia: update/fix 2013-02-05 11:24:00 +04:00
Song Wenwu
b839dcbd16 add swfmill-0.3.2 2013-02-05 11:36:18 +08:00
Shea Levy
76cc4e760b Add thin rubygem 2013-02-04 15:53:09 -05:00
Shea Levy
af847fd8ce Add aws-sdk gem 2013-02-04 15:52:40 -05:00
Shea Levy
064638b0fd Add uuid rubygem 2013-02-04 15:51:25 -05:00
Shea Levy
e08ab1ebe5 Add sinatra-1.3.2 rubygem 2013-02-04 15:50:36 -05:00
Shea Levy
ff95e66e96 Add foreman rubygem 2013-02-04 15:16:13 -05:00
Eelco Dolstra
938afe971c nss_myhostname: Remove
This package is now part of systemd.
2013-02-04 15:49:20 +01:00
Eelco Dolstra
1c23150eb0 Port my nss_myhostname patches to systemd 2013-02-04 15:49:20 +01:00
Sander van der Burg
c89187cc3c Added setup hook that adds a Node package automatically to NODE_PATH, if included in the buildInputs parameter 2013-02-04 15:21:33 +01:00
Peter Simons
805b7783d4 haskell-yesod-form: update to version 1.2.1.1 2013-02-04 13:41:29 +01:00
Peter Simons
b390e531ea haskell-yesod-auth: update to version 1.1.4.1 2013-02-04 13:41:29 +01:00
Peter Simons
f3620bfe1d haskell-semigroupoids: update to version 3.0.2 2013-02-04 13:41:29 +01:00
Peter Simons
67d7dee6ee haskell-profunctors: update to version 3.3 2013-02-04 13:41:29 +01:00
Peter Simons
9a081207cf haskell-math-functions: update to version 0.1.3.0 2013-02-04 13:41:29 +01:00
Peter Simons
7bca38c6fa haskell-hastache: update to version 0.5.0 2013-02-04 13:41:29 +01:00
Peter Simons
e3ac93b519 haskell-email-validate: update to version 1.0.0 2013-02-04 13:41:29 +01:00
Peter Simons
5ecaa4b551 haskell-criterion: update to version 0.6.2.1 2013-02-04 13:41:29 +01:00
Peter Simons
33e90e510a haskell-contravariant: update to version 0.3 2013-02-04 13:41:29 +01:00
Shea Levy
0d1b60d206 Document deepSeq 2013-02-04 07:20:14 -05:00
Shea Levy
ed87cc2e4e pythonPackages.nose: Don't run tests on darwin.
Should fix NixOS/charon#77
2013-02-04 07:19:31 -05:00
Shea Levy
5336c82882 Linux 3.7.6 2013-02-04 06:58:19 -05:00
Shea Levy
249b3ea5ef Linux 3.4.29 2013-02-04 06:58:07 -05:00
Shea Levy
c32435381e Linux 3.0.62 2013-02-04 06:57:46 -05:00
Marc Weber
5784fa5f79 for whatever reason -DKBD* was ignored. systmed has --with-kbd-* options which work 2013-02-04 12:07:37 +01:00
Eelco Dolstra
9670631c75 nvidia-x11: Update to 310.32 2013-02-04 12:06:56 +01:00
Rickard Nilsson
789154b119 Add fping, a more scriptable ping 2013-02-04 10:45:47 +01:00
Александр Цамутали
a6ada4b3f9 firefoxWrapper: Fix Quake Live support. 2013-02-03 22:17:33 +04:00
Александр Цамутали
52d265fd12 applications/audio/guitarix: New nixpkg. 2013-02-03 20:36:32 +04:00
Александр Цамутали
5406828d76 jackaudio/default.nix: Update to 1.9.9.5. 2013-02-03 20:22:43 +04:00
Александр Цамутали
5784dbb095 qjackctl: Update to 0.3.9, --enable-jack-version 2013-02-03 19:58:11 +04:00
Александр Цамутали
8d5bbfb20d development/libraries/librdf/default.nix:
Move librdf_raptor to propagatedBuildInputs.
2013-02-03 18:56:48 +04:00
Shea Levy
40e86be5b1 Gummiboot: Switch to zip archive.
For some reason tarballs from cgit have a different hash each time you download.
2013-02-02 19:39:11 -05:00
Andres Loeh
ac1d2a1221 Add haskell-ghc-vis, haskell-heap-view and deps. 2013-02-02 20:26:34 +01:00
Shea Levy
b73b7e29bd Gummiboot: Fix build on 32-bit Linux 2013-02-02 11:03:01 -05:00
Vladimír Čunát
ed699d1c17 simutrans: pass meta into the final package so it's built by hydra 2013-02-02 16:44:42 +01:00
Vladimír Čunát
0fa7bc7379 wine: update to 1.5.23, update gecko 2013-02-02 15:03:02 +01:00
Peter Simons
0bbb1813bc haskell-hsemail: update to version 1.7.5 2013-02-02 15:01:08 +01:00
Vladimír Čunát
06007460b4 stlport: fix and update 2013-02-02 13:45:01 +01:00
Vladimír Čunát
602e6a94ee simutrans: fix, update, split data, make pak128 the default
Today the monitor resolutions are quite high, so I set pak128 as the default.
It's easy to change.
2013-02-02 12:38:15 +01:00
Peter Simons
864c2ed99c haskell-hamlet: update to version 1.1.5 2013-02-02 12:23:13 +01:00
Peter Simons
1469a0862f haskell-attoparsec: update to version 0.10.4.0 2013-02-02 12:23:13 +01:00
Vladimír Čunát
db63a24ac0 powertop: fix and update 2013-02-02 11:07:14 +01:00
Vladimír Čunát
9463175461 directfb: fix after update (of someone else)
(semi-)automatic updates are nice, but it needs at least to check
that the package still compiles
2013-02-02 10:48:54 +01:00
Jack Cummings
c6d9e073b0 zfs-0.6.0-rc14, spl-0.6.0-rc14 2013-02-01 19:52:57 -08:00
Shea Levy
3f3ac212fb Forgot maintainers 2013-02-01 17:50:41 -05:00
Shea Levy
f5f5eff924 Add gummiboot UEFI boot manager 2013-02-01 17:42:19 -05:00
Shea Levy
aa703a2b44 gnu-efi: bump to version 3.0s 2013-02-01 16:50:11 -05:00
Lluís Batlle i Rossell
959dd6399c wget: update to 1.14
The 1.13.4 took for me 2G of RAM while doing:
wget -r -l 1 -k https://fosdem.org/2013/schedule/events/
2013-02-01 22:18:17 +01:00
Shea Levy
da3be9c6b2 Add deepSeq lib function 2013-02-01 00:39:26 -05:00
Vladimír Čunát
00258a362d liboil: update, incl. a patch from Gentoo 2013-01-31 22:17:14 +01:00
Vladimír Čunát
5bd9baa141 gnufdisk: update the alpha-version, no hydra now
It builds now.
2013-01-31 21:10:37 +01:00
Shea Levy
ebfc26b43d Update rubygems 2013-01-31 14:33:02 -05:00
Lluís Batlle i Rossell
86839c4a6d iwlwifi-2030-ucode: url change 2013-01-31 17:01:13 +01:00
Lluís Batlle i Rossell
511f3b7a61 Adding mplayer2, a mplayer fork.
It can play files very well with "vdpau". It has a reworked
vdpau pipeline compared to mplayer1. Mplayer1 fails to play well in
my computer.
2013-01-31 00:26:30 +01:00
Lluís Batlle i Rossell
10e12b76a5 ffmpeg 1.1: building libavresample
It's disabled by default, but mplayer2 requires it (still).
2013-01-31 00:24:24 +01:00
Lluís Batlle i Rossell
36f6f003fe docutils: updating to 0.10
mplayer2 required "rst2man.py", not available in 0.5.
2013-01-31 00:23:55 +01:00
Peter Simons
23e7008a71 all-packages.nix: fix typos in the haskellPackages attribute sets for GHC 7.4.2
The haskellPackages_ghc742_{no_,}profiling set accidentally referred to
the GHC 7.4.1 versions.
2013-01-30 17:50:07 +01:00
Peter Simons
abdd5bc538 Hide package sets for GHC 6.10.4, 6.12.3, 7.0.4, 7.4.1, and 7.6.1 from nix-env
(and from Hydra). It is still possible to install any of those packages by
referring to them by attribute:

 | $ nix-env -iA haskellPackages_ghc6104.hopenssl --dry-run
 | (dry run; not doing anything)
 | installing `haskell-hopenssl-ghc6.10.4-1.6.1'
 | these paths will be fetched (50.61 MiB download, 450.34 MiB unpacked):
 |   /nix/store/rjsgga1fdqin47n2rkfn9l7v9ncsfh9l-haskell-hopenssl-ghc6.10.4-1.6.1
 |   /nix/store/y567qhqbjxbkldg3kq2clzn52a56cmdn-haskell-mtl-ghc6.10.4-1.1.0.2
 |   /nix/store/zbn24z1443fbrx6ch1nn2vnss9bdw1g0-ghc-6.10.4

It's no longer possible to install those by name anymore, though:

 | $ nix-env -i haskell-hopenssl-ghc6.10.4
 | error: selector `haskell-hopenssl-ghc6.10.4' matches no derivations

That style works only for active GHC versions 7.4.2 and 7.6.2:

 | $ nix-env -qaP \* | grep  haskell-hopenssl
 | haskellPackages.hopenssl                          haskell-hopenssl-ghc7.4.2-1.6.1
 | haskellPackages_ghc742_no_profiling.hopenssl      haskell-hopenssl-ghc7.4.2-1.6.1
 | haskellPackages_ghc742_profiling.hopenssl         haskell-hopenssl-ghc7.4.2-1.6.1-profiling
 | haskellPackages_ghc762.hopenssl                   haskell-hopenssl-ghc7.6.2-1.6.1

These changes intend to ease the load on Hydra. If you desperately need
pre-build binaries of any of those old versions, please post a short note
on the nix-dev mailing list.
2013-01-30 17:47:45 +01:00
Peter Simons
f929eecfa7 ghc-7.6.2: cosmetic, no functional change 2013-01-30 17:30:51 +01:00
Peter Simons
7848756283 Parallel building is enabled again in GHC 7.6.2, because we hope the issues
we've had with earlier versions have been remedied. If anyone experiences build
errors with this package, please file issue at Github!
2013-01-30 17:30:25 +01:00
Eelco Dolstra
c343e1db77 awscli: Remove Python prefix 2013-01-30 15:55:39 +01:00
Rob Vermaas
06c9353270 Add awscli 0.5.0, updated some of its dependencies. 2013-01-30 15:42:40 +01:00
Eelco Dolstra
bc4064af73 wpa_supplicant: Fix config generation
‘echo ${extraConfig}’ doesn't do the right thing if extraConfig
contains newlines.  This broke NixOS because CONFIG_DEBUG_SYSLOG=y
wasn't processed.
2013-01-30 15:17:38 +01:00
Peter Simons
e5b51648b1 Move "darwin-native-x11-and-opengl" package into the "os-specific" hierarchy. 2013-01-30 14:53:04 +01:00
Cillian de Róiste
72cc82d49a Add PODIFF, a tool to diff PO files 2013-01-30 14:37:10 +01:00
Eelco Dolstra
8c0179bdde Make Stratego packages visible to nix-env 2013-01-30 13:48:45 +01:00
Eelco Dolstra
d330f6ff85 Nixpkgs channel: Use XZ compression for nixexprs.tar 2013-01-30 12:52:07 +01:00
Eelco Dolstra
80056ddc01 Add cowsay to the channel 2013-01-30 12:52:07 +01:00
Peter Simons
75fcdfbb9e ghc-head: update to snapshot version 7.7.20121213 2013-01-30 12:25:38 +01:00
Peter Simons
07fb82aef3 bash-completion: update to current git HEAD at 2.0-95-gd08b9f2
The 2.0 release is 7+ months old, and there has been lots of activity since.
2013-01-30 12:25:11 +01:00
Peter Simons
e816889ccc haskell-hlint: update to version 1.8.43 2013-01-30 11:29:59 +01:00
Peter Simons
4d11098bdd haskell-yesod: update to version 1.1.8 2013-01-30 11:29:59 +01:00