1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00
Commit graph

23780 commits

Author SHA1 Message Date
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 5a3f9c08b0.

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
Peter Simons bd8ae3c523 haskell-yesod-test: update to version 0.3.3.1 2013-01-30 11:29:59 +01:00
Peter Simons eb6c71ad55 haskell-yesod-static: update to version 1.1.2 2013-01-30 11:29:59 +01:00
Peter Simons 3c7b8578a7 haskell-yesod-routes: update to version 1.1.2 2013-01-30 11:29:58 +01:00
Peter Simons f20eff4609 haskell-yesod-form: update to version 1.2.1 2013-01-30 11:29:58 +01:00
Peter Simons dfd6a80c77 haskell-yesod-core: update to version 1.1.8 2013-01-30 11:29:58 +01:00
Peter Simons ec34d4c497 haskell-yesod-auth: update to version 1.1.4 2013-01-30 11:29:58 +01:00
Peter Simons 2603bc59b1 haskell-warp: update to version 1.3.7.2 2013-01-30 11:29:58 +01:00
Peter Simons 23140d9411 haskell-wai: update to version 1.3.0.2 2013-01-30 11:29:58 +01:00
Peter Simons c2e68b4019 haskell-wai-test: update to version 1.3.0.1 2013-01-30 11:29:58 +01:00
Peter Simons 8a50c3d9ff haskell-wai-extra: update to version 1.3.2.1 2013-01-30 11:29:57 +01:00
Peter Simons a46a0ee8ef haskell-tls: update to version 1.1.2 2013-01-30 11:29:57 +01:00
Peter Simons a9660e65da haskell-texmath: update to version 0.6.1.3 2013-01-30 11:29:57 +01:00
Peter Simons 53e0d41689 haskell-snap: update to version 0.11.0 2013-01-30 11:29:57 +01:00
Peter Simons 7d41cdf238 haskell-snap-server: update to version 0.9.2.4 2013-01-30 11:29:57 +01:00
Peter Simons 736e9958b4 haskell-snap-core: update to version 0.9.2.2 2013-01-30 11:29:57 +01:00
Peter Simons 67a128958f haskell-shakespeare: update to version 1.0.3 2013-01-30 11:29:57 +01:00
Peter Simons 55343d26c3 haskell-shakespeare-js: update to version 1.1.2 2013-01-30 11:29:57 +01:00
Peter Simons 870bfea440 haskell-postgresql-libpq: update to version 0.8.2.2 2013-01-30 11:29:57 +01:00
Peter Simons d9bb07210a haskell-pandoc: update to version 1.10.1 2013-01-30 11:29:57 +01:00
Peter Simons c59690d29a haskell-mime-types: update to version 0.1.0.3 2013-01-30 11:29:56 +01:00
Peter Simons ba9c06dedb haskell-lens: update to version 3.8.5 2013-01-30 11:29:56 +01:00
Peter Simons ce9c8a235d haskell-language-haskell-extract: update to version 0.2.4 2013-01-30 11:29:56 +01:00
Peter Simons b2277d0afd haskell-http-types: update to version 0.8.0 2013-01-30 11:29:56 +01:00
Peter Simons 6384ff2e1f haskell-http-conduit: update to version 1.8.7.1 2013-01-30 11:29:56 +01:00
Peter Simons 79553f7ea8 haskell-hspec: update to version 1.4.4 2013-01-30 11:29:56 +01:00
Peter Simons 3af9c0d6eb haskell-hoogle: update to version 4.2.15 2013-01-30 11:29:56 +01:00
Peter Simons a1c17bf924 haskell-heist: update to version 0.11.0 2013-01-30 11:29:56 +01:00
Peter Simons 2ae771ab7b haskell-hamlet: update to version 1.1.4 2013-01-30 11:29:56 +01:00
Peter Simons 35295065ef haskell-hakyll: update to version 4.1.4.0 2013-01-30 11:29:56 +01:00
Peter Simons eb2adf9acd haskell-either: update to version 3.1 2013-01-30 11:29:56 +01:00
Peter Simons cb7607499b haskell-edit-distance: update to version 0.2.1.2 2013-01-30 11:29:55 +01:00
Peter Simons cf71ba454d haskell-distributed-process: update to version 0.4.2 2013-01-30 11:29:55 +01:00
Peter Simons 1401f654cb haskell-distributed-process-simplelocalnet: update to version 0.2.0.9 2013-01-30 11:29:55 +01:00
Peter Simons 6cee3f32f1 haskell-digestive-functors-heist: update to version 0.6.0.0 2013-01-30 11:29:55 +01:00
Peter Simons fe5b58759e haskell-diagrams-contrib: update to version 0.6.0.3 2013-01-30 11:29:55 +01:00
Peter Simons 17842f4e8f haskell-classy-prelude: update to version 0.4.4 2013-01-30 11:29:55 +01:00
Peter Simons a7d99b7d4d haskell-classy-prelude-conduit: update to version 0.4.4 2013-01-30 11:29:55 +01:00
Peter Simons 3fd2c15144 haskell-case-insensitive: update to version 1.0 2013-01-30 11:29:55 +01:00
Peter Simons 38ab8fda13 haskell-bifunctors: update to version 3.2 2013-01-30 11:29:55 +01:00
Peter Simons b569cf3429 haskell-authenticate: update to version 1.3.2.1 2013-01-30 11:29:55 +01:00
Peter Simons 1e00556795 haskell-HTTP: update to 4000.2.7 2013-01-30 11:29:54 +01:00
Peter Simons 89ee4bd883 haskell-split: update to 0.2.1.2 2013-01-30 11:29:54 +01:00
Peter Simons 792f47020b haskell-string-qq: add version 0.0.2 2013-01-30 11:29:54 +01:00
Peter Simons e4d79d21aa Merge pull request #290 from vcunat/vlada/wpa-notg
wpa_supplicant: refactor settings, readline support (on by default)
2013-01-30 02:27:46 -08:00
Aristid Breitkreuz 3a68505c6e GHC 7.6.2 2013-01-29 20:42:28 +01:00
Lluís Batlle i Rossell 675679f450 Fixes on VAAPI src packages.
The github 'snapshots' weren't stable on hashes, I think (at least as I saw
today trying to build vaapiVdpau in another computer).

Using released tarballs, pointer by vcunat.
2013-01-29 18:37:06 +01:00
Vladimír Čunát 0072c44255 wpa_supplicant: refactor settings, readline support (on by default) 2013-01-29 17:37:20 +01:00
Vladimír Čunát 3f49d8dd50 libspectre: minor update, patches no longer needed 2013-01-29 13:25:25 +01:00
Eelco Dolstra be412fc789 Rename openoffice directory to libreoffice 2013-01-29 12:43:53 +01:00
Eelco Dolstra 6dba65b51f openoffice: Remove
It's superseded by LibreOffice and doesn't build anymore.
2013-01-29 12:43:53 +01:00
Eelco Dolstra 97c5ab3a6d linux-2.6.32-xen: Remove
Hasn't built in a long time and is obsolete anyway.
2013-01-29 12:43:53 +01:00
Eelco Dolstra 8317cd1f14 kde-3: Remove
KDE 3 hasn't built in a long time.  Also remove six, the only package
with a dependency on KDE 3.
2013-01-29 12:43:53 +01:00
Eelco Dolstra 5d6da38d33 cups: Don't build on Darwin 2013-01-29 12:43:53 +01:00
Lluís Batlle i Rossell c73655fa92 Adding the vaapi Intel driver.
I also renamed the vdpau driver to 'vaapiDriver' in all-packages. I think
it's a better name.
2013-01-29 01:10:00 +01:00
Lluís Batlle i Rossell 111b203467 Updates related to VAAPI/VDPAU
Making ffmpeg link to libva.
Add the vdpau driver for vaapi.
2013-01-29 01:10:00 +01:00
Eelco Dolstra 615b1d42a7 JSON::Any: Pull in JSON 2013-01-28 23:14:59 +01:00
Lluís Batlle i Rossell 8a9ba8c382 git: adding an option not to build the manual
asciidoc+xsltproc take hours to run
2013-01-28 21:24:52 +01:00
Peter Simons 6950cf3bc4 xfig: update download location of the Debian patch files 2013-01-28 19:40:02 +01:00
Peter Simons c924e051b6 all-packages: redirect 'freeglut' attribute on Darwin to the native implementation 2013-01-28 19:32:47 +01:00
Peter Simons 07cdc02266 all-packages: redirect 'mesa' attribute on Darwin to the native implementation 2013-01-28 19:32:29 +01:00
Peter Simons 4a3904f82c all-packages: redirect 'x11' attribute on Darwin to the native implementation 2013-01-28 19:31:50 +01:00
Peter Simons e460a3f37c pkgs/build-support/native-darwin-x11-and-opengl: lift native X11 and OpenGL implementation from Darwin into the Nix store 2013-01-28 19:30:32 +01:00
Eelco Dolstra 8cc94dc652 ov511: Remove
This is very obsolete (last updated for Linux 2.6.0-test4).
2013-01-28 18:31:18 +01:00
Eelco Dolstra 424d695cd8 xfig: Use the default gcc 2013-01-28 18:31:18 +01:00
Eelco Dolstra 24420373f4 modutils: Remove
This package is long obsolete.
2013-01-28 18:31:18 +01:00
Eelco Dolstra f7cc884de4 gwt: Remove obsolete version 2013-01-28 18:31:17 +01:00
Eelco Dolstra 6930efd1e5 openjade: Use default gcc 2013-01-28 18:31:17 +01:00
Peter Simons b5ce83d38d ledger-2.6.3: update the location of the source code tarball some more
I found the original tarball at a different URL. This one doesn't
require Autoconf et al to compile.
2013-01-28 18:05:54 +01:00
Peter Simons bb7a5a1a9e ledger-2.6.3: update location of the source code tarball
The source code tarball we used to rely on has disappeared.
2013-01-28 18:00:11 +01:00
Eelco Dolstra ecee1be7f1 RealPlayer: Remove
This package hasn't built in ages, is unfree, and is not needed
anymore.
2013-01-28 16:31:23 +01:00
Eelco Dolstra d8f37cdf9a gdb: Update to 7.5.1 2013-01-28 15:47:22 +01:00
Eelco Dolstra d56325696a skype: Enable PulseAudio by default
I didn't see any 100% CPU problem.
2013-01-28 15:07:35 +01:00
Eelco Dolstra 201f64b20a Remove dots at end of meta.description 2013-01-28 11:59:49 +01:00
Eelco Dolstra 19665a7483 Add meta attributes 2013-01-28 11:59:28 +01:00
Shea Levy 2afdaf0e82 Linux 3.7.5 2013-01-28 00:12:35 -05:00
Shea Levy 4bf80b462d Linux 3.4.28 2013-01-28 00:12:24 -05:00
Song Wenwu 9f7cc1bfb3 add fcitx-4.2.7 2013-01-28 11:35:03 +08:00
Aristid Breitkreuz d596180cf8 use alsa-oss layer for minecraft 2013-01-28 02:58:47 +01:00
Aristid Breitkreuz 4534699938 add alsa oss emulation 2013-01-28 02:49:49 +01:00
Shea Levy 3b34b3610e Add clojureUnstable (clojure 1.5.0-RC1).
Patch thanks to Patrick Lee.
2013-01-27 20:43:38 -05:00
Shea Levy 6ce14a6729 leiningen: Update to 2.0.0.
Patch thanks to Patrick Lee.
2013-01-27 20:38:32 -05:00
Shea Levy 9ac6c53cbf lib.licenses.proprietary is definitely unfree 2013-01-27 18:36:54 -05:00
viric 111a6c23f8 Merge pull request #245 from maggesi/blcr-update
Update BLCR to version 0.8.5 Beta 3.
2013-01-27 12:40:54 -08:00
viric 39fa2f72ab Merge pull request #253 from rickynils/fscache
linux 3.2-3.7: enable NFS_FSCACHE and CIFS_FSCACHE
2013-01-27 12:39:25 -08:00
viric 0a8f2e084f Merge pull request #260 from jcumming/vessel.121213
Vessel.121213
2013-01-27 12:38:08 -08:00
Aristid Breitkreuz 8ade26c373 pull screenrc configuration from /etc/screenrc 2013-01-27 20:21:49 +01:00
Lluís Batlle i Rossell dd3c83a5ff Updating perl packages NetSSLeay and IOSocketSSL. Upstream removed the old versions 2013-01-27 15:39:11 +01:00
Lluis Batlle 0353c08d38 uboot: updating the default uboot to 2012.07
This is what I use in the sheevplug, with the provided patches.
The old sheevaplug uboot doesn't understand ubifs.
2013-01-27 15:38:39 +01:00
viric 83366b484f Merge pull request #278 from vcunat/vlada/ufoai-notg
Update ufo-ai
2013-01-27 03:40:03 -08:00
Vladimír Čunát 46dd0485f5 Update ufoai to 2.4, clean dependencies and the expression. 2013-01-26 23:36:42 +01:00
Peter Simons bff4b06640 youtube-dl: enable builds by Hydra on Linux and Darwin
youtube-dl is a very short script, but it depends on Pandoc to generate its
documentation, and Pandoc is fairly expensive to build (or download). Offering
binary packages of youtube-dl for Hydra users should remedy the need to install
Pandoc.
2013-01-26 11:59:49 +01:00
Peter Simons 0d141e23a1 haskell-lens: update to version 3.8.2 2013-01-25 14:54:29 +01:00
Peter Simons 1ccfaad525 haskell-diagrams-contrib: update to version 0.6.0.2 2013-01-25 14:54:28 +01:00
Peter Simons 3395d065ee haskell-cpphs: update to version 1.16 2013-01-25 14:52:04 +01:00
Peter Simons 8db11ef402 haskell-hlint: update to version 1.8.42 2013-01-25 14:52:04 +01:00
Peter Simons 7aa6680ecb haskell-cabal2nix: update to version 1.43 2013-01-25 14:52:04 +01:00
Peter Simons ce2423a6e7 haskell-BNFC: update to version 2.6.0.3 2013-01-25 14:52:04 +01:00
Peter Simons c99a6a35fd haskell-zlib-bindings: update to version 0.1.1.3 2013-01-25 14:52:04 +01:00
Peter Simons 89bfaeb94d haskell-pandoc: update to version 1.10.0.5 2013-01-25 14:52:04 +01:00
Peter Simons 46b5d58235 haskell-logict: update to version 0.6 2013-01-25 14:52:04 +01:00
Peter Simons 492d811123 haskell-hakyll: update to version 4.1.2.1 2013-01-25 14:52:04 +01:00
Peter Simons 529083531f haskell-digestive-functors: update to version 0.6.0.0 2013-01-25 14:52:04 +01:00
Peter Simons ac2cff539d haskell-digestive-functors-snap: update to version 0.6.0.0 2013-01-25 14:52:04 +01:00
Peter Simons b769059946 haskell-digestive-functors-heist: update to version 0.6.0.0 2013-01-25 14:52:03 +01:00
Peter Simons ce7db4b862 haskell-citeproc-hs: update to version 0.3.7 2013-01-25 14:52:03 +01:00
Peter Simons 06eced487a haskell-ansi-wl-pprint: update to version 0.6.6 2013-01-25 14:52:03 +01:00
Peter Simons 750b5d3d65 haskell-ansi-terminal: update to version 0.6 2013-01-25 14:52:03 +01:00
Peter Simons c941ab98a7 haskell-idris: update to version 0.9.6 2013-01-25 14:52:03 +01:00
Peter Simons 45a0d65bce haskell-mpppc: jailbreak to support recent versions of ansi-terminal 2013-01-25 14:16:48 +01:00
Peter Simons 1b0456c28b haskell-hspec: jailbreak to support recent versions of ansi-terminal 2013-01-25 14:16:36 +01:00
Peter Simons 46135deaa5 haskell-reflection: add version 1.1.6 2013-01-25 14:12:02 +01:00
Lluís Batlle i Rossell 8319a5599d alsautils: Adding libsamplerate, to be able to use alsaloop 2013-01-25 09:18:50 +01:00
Shea Levy 495fbceef9 Add libspotify 2013-01-25 01:10:36 -05:00
Karn Kallio 90909ea936 system-config-printer patch
The latest version of system-config-printer seems to have introduced a
dependency on pycurl.  The attached patch includes this, fixing the build of
kde, which depended on it through kdeadmin.
2013-01-24 23:03:39 -05:00
Eelco Dolstra d9d9723ca7 With !allowUnfree, reject unfree-redistributable packages as well 2013-01-24 18:27:22 +01:00
Eelco Dolstra 8dba5cd411 ec2-ami-tools: Update to 1.4.0.9 2013-01-24 18:23:04 +01:00
Eelco Dolstra 337d2f43d0 pm-utils: Set meta.platforms 2013-01-24 12:52:00 +01:00
Eelco Dolstra ed0fde7eb5 pm-utils: Remove some powersave hooks
In particular, this should unbreak nix.readOnlyStore.
2013-01-24 12:51:59 +01:00
Eelco Dolstra 7db0642961 upower: Update to 0.9.19 2013-01-24 12:51:59 +01:00
Rob Vermaas 362f37a292 Update zabbix2 to 2.0.4 2013-01-24 11:51:57 +01:00
Lluís Batlle i Rossell fbf42935cd taskcoach: updating to 1.3.22 2013-01-23 23:22:47 +01:00
Eelco Dolstra 5ebaaeb7f3 procps-ng: Add
This will replace procps eventually.
2013-01-23 17:12:20 +01:00
Eelco Dolstra abf2ea216a nix: Update to 1.4pre3048_99ed558 2013-01-23 14:16:00 +01:00
Rickard Nilsson 999480a0e4 nm-applet: Update to 0.9.6.4 2013-01-23 09:04:16 +01:00
Lluís Batlle i Rossell 4f73115288 vimprobable2: updating to 1.2.0 2013-01-23 00:04:47 +01:00
Lluis Batlle b8b7268029 systemd: porting patches for arm for udev.
Related to our glibc version, probably fixed in newer glibcs like
in stdenv-updates.
2013-01-22 23:17:31 +01:00
Shea Levy 296cd66009 clang requires libxlm2, on darwin at least 2013-01-22 16:29:28 -05:00
Shea Levy 50b939ce54 clang: fix build on darwin 2013-01-22 15:41:37 -05:00
Shea Levy eaa343ea66 llvm: fix build on darwin 2013-01-22 15:17:09 -05:00
Shea Levy 857742ea22 clang/llvm: 3.2 2013-01-22 14:33:55 -05:00
Shea Levy eb6c8aec62 openjdk: Update to 7u6b24 2013-01-22 12:58:07 -05:00
Peter Simons 8eef6992de haskell-skein: update to version 0.1.0.11 2013-01-22 16:07:02 +01:00
Peter Simons a84de6c966 haskell-semigroupoid-extras: add version 3.0.1 2013-01-22 16:06:50 +01:00
Peter Simons 8e98f257f1 haskell-profunctor-extras: add version 3.3 2013-01-22 16:06:42 +01:00
Peter Simons 3a034c9d8e haskell-profunctors: add version 3.2 2013-01-22 16:06:36 +01:00
Peter Simons 2ca9fc6bd7 haskell-groupoids: add version 3.0.1.1 2013-01-22 16:06:23 +01:00
Peter Simons 15f7853a9e haskell-bifunctors: add version 3.0.3 2013-01-22 16:06:13 +01:00
Florian Friesdorf a63bb419f2 remove pythonhome-wrapper, python-linkme-wrapper is more flexible 2013-01-22 15:28:30 +01:00
Florian Friesdorf 1fa2e7f9a9 python-linkme-wrapper 2013-01-22 15:28:30 +01:00
Lluís Batlle i Rossell d6a18fe4ae feh: update to 2.8
it hanged displaying a bmp i have, but this new 2.8 hangs too.
2013-01-22 15:08:01 +01:00
Shea Levy bdcf5ba4d7 linux: Don't use the aufs patches by default any more, now that they're not needed for nixos 2013-01-22 08:01:44 -05:00
Rok Garbas e08b79d256 pythonPackages.turses: upgrade to 0.2.12 (also update of its dependency tweepy). 2013-01-22 13:03:29 +01:00
Rok Garbas e92c868096 pythonPackages.flake8: upgrade to 1.7.0 2013-01-22 13:02:57 +01:00
Rok Garbas 31bbfb7737 alot: update to latest revision 2013-01-22 13:02:18 +01:00
Rok Garbas facdbf7bef weechat: upgrade to 0.4.0 2013-01-22 12:58:18 +01:00
Eelco Dolstra f4d4c7f6a8 DBI: revert to 1.616
With the new version DBD::Pg fails with "DBI Connection failed:
install_driver(Pg) failed: Unable to get DBI state function. DBI not
loaded.".
2013-01-22 11:48:37 +01:00
Eelco Dolstra e78ff09f02 Update Catalyst::Manual 2013-01-22 11:40:24 +01:00
Eelco Dolstra 47793a9eb7 Fix indentation 2013-01-22 11:19:58 +01:00
Cillian de Róiste a5fe3adc10 pythonPackages: upgrade zope_interface, package more plone dependencies using python2nix.py 2013-01-22 01:45:59 +01:00
Shea Levy 79dac66415 Whoops, tcl and which aren't needed 2013-01-21 18:30:11 -05:00
Shea Levy 5cbd865ce6 Redis 2.6.9 2013-01-21 18:27:34 -05:00
Shea Levy 82f3f01526 pythonPackages.zopeInterface is now pythonPackages.zope_interface 2013-01-21 18:11:49 -05:00
Cillian de Róiste 2a050f2137 pythonPackages: add myself as maintainer to some packages which I added 2013-01-21 23:50:27 +01:00
Cillian de Róiste 46d6d437a6 pythonPackages: tidy up names
Use "." in the name where appropriate, e.g. zope.event, since this is the commonly used name for the package.
2013-01-21 23:50:27 +01:00
Cillian de Róiste 719cde0c46 pythonPackages.zope_interface: renamed from zopeInterface to match the naming convention 2013-01-21 23:50:27 +01:00
Shea Levy b67667e074 perlPackages.ClassLoad: Fix meta.description 2013-01-21 15:43:09 -05:00
Shea Levy d4945d3f95 Merge branch 'qiv-manpages' into upstream-master 2013-01-21 14:08:10 -05:00
Petar Bogdanovic f5fc28837b qiv: $(PREFIX)/man -> $(PREFIX)/share/man 2013-01-21 14:06:03 -05:00
Vladimír Čunát 9397f5b25f goldendict: fix missing pkgconfig 2013-01-21 17:49:37 +01:00
Peter Simons fb5a7e05f9 haskell-doctest: add version 0.9.5 2013-01-21 17:06:28 +01:00
Sander van der Burg dcfdd2ef26 Fixed provisioning profile check => We should check for the file, not the dir 2013-01-21 16:30:00 +01:00
Florian Friesdorf b02d8f2f5f python-pip 2013-01-21 16:12:56 +01:00
Florian Friesdorf b5e0ac7550 python-distribute-0.6.34, not using buildPythonPackage
this is in preparation so distribute can be used in buildPythonPackage
2013-01-21 16:07:48 +01:00
Eelco Dolstra edbaa80bc1 Remove Firefox 17 2013-01-21 14:23:01 +01:00
Eelco Dolstra 123149da16 firefox: Update to 18.0.1 2013-01-21 14:22:46 +01:00
Eelco Dolstra 331e7ac221 Merge remote-tracking branch 'origin/master' into systemd 2013-01-21 13:01:00 +01:00
Florian Friesdorf c6b874be2f fix offlineDistutils (#271), needs to be in a site-packages subdir 2013-01-21 12:12:03 +01:00
Vladimír Čunát fa8e19e879 Merge pull request #263 from aforemny/mit-scheme
Fix mit-scheme
2013-01-21 03:07:01 -08:00
Peter Simons c08d6e1131 dropbox: cosmetic changes 2013-01-21 11:20:30 +01:00
Peter Simons 1d1127727c Merge pull request #269 from falsifian/tinc
tinc:  A VPN daemon with full mesh routing.
2013-01-21 02:15:55 -08:00
Peter Simons c13e077750 haskell-pandoc: update to version 1.10.0.4 2013-01-21 11:10:42 +01:00
Peter Simons ddeaafc3ec haskell-mongoDB: update to version 1.3.2 2013-01-21 11:10:42 +01:00
Peter Simons 21d2c7f8a5 haskell-hakyll: update to version 4.1.2.0 2013-01-21 11:10:41 +01:00
Peter Simons 34cff8b7c0 haskell-JuicyPixels: update to version 3.0 2013-01-21 11:10:41 +01:00
Peter Simons 13352be4fd perl-Net-OpenID-Consumer: add missing dependency on 'LWP' 2013-01-21 11:08:23 +01:00
Peter Simons 8511c359d1 perl-packages: remove 'HTTPParser' attribute, which is a duplicate of 'HTTPMessage' 2013-01-21 11:07:57 +01:00
Aristid Breitkreuz 352c0067e6 some tests for nettle and gnutls donot seem to work on OS X 2013-01-21 10:57:10 +01:00
Aristid Breitkreuz adf7a68158 perl package version maintenance as those packages are needed by wget and its dependencies 2013-01-21 10:57:10 +01:00
Florian Friesdorf 52e9981e0e buildPythonPackage defaults to python.meta.platforms 2013-01-21 08:38:54 +01:00
Florian Friesdorf 8b777bbf57 nose2Cov does not create pth for deps - propagate manually 2013-01-21 08:37:28 +01:00
Florian Friesdorf 8dd5f835fc python-coverage-3.6 2013-01-21 08:37:07 +01:00
Florian Friesdorf 3ab50c106d python-ipdb 2013-01-21 06:50:10 +01:00
Florian Friesdorf b469185673 pythonPackages26 fixes 2013-01-21 06:42:22 +01:00
Florian Friesdorf 9ee07ba54f python-mrbob: add missing dependency 2013-01-21 05:35:41 +01:00
Florian Friesdorf a865154f62 Add myself as (additional) maintainer to all python packages. 2013-01-21 04:44:25 +01:00
Lluís Batlle i Rossell 9c2bc27eb2 Fixing mcelog, so it puts the proper files in share/doc
It was running "cp mce.pdf $out/share/doc", which created the file 'doc'.
Then buildEnv complained that 'share/doc' exists.
2013-01-20 18:52:58 +01:00
Eelco Dolstra bcc0c1dc59 Update nixUnstable 2013-01-20 17:26:07 +01:00
Florian Friesdorf e185691ced python: nose2, nose2Cov and covCore 2013-01-20 16:45:33 +01:00
Florian Friesdorf 7fef7e53ce pythonPackages: use pygobject and pygtk of same python version 2013-01-20 16:45:33 +01:00
Peter Simons f8447dc1e0 haskell-hlint: update to version 1.8.41 2013-01-20 16:42:50 +01:00
Peter Simons 58dc4a76ad haskell-yst: update to version 0.3.1 2013-01-20 16:42:50 +01:00
Peter Simons 6eec1e54c9 haskell-tls-extra: update to version 0.6.1 2013-01-20 16:42:50 +01:00
Peter Simons 3a4f88d02b haskell-pandoc: update to version 1.10 2013-01-20 16:42:50 +01:00
Peter Simons f13f086015 haskell-pandoc-types: update to version 1.10 2013-01-20 16:42:50 +01:00
Peter Simons 0184ed349b haskell-highlighting-kate: update to version 0.5.3.5 2013-01-20 16:42:50 +01:00
Peter Simons 5b3e861748 haskell-hakyll: update to version 4.1.1.0 2013-01-20 16:42:49 +01:00
Peter Simons 46843e60a1 haskell-certificate: update to version 1.3.5 2013-01-20 16:42:49 +01:00