Rob Vermaas
d10679eed4
Added gcovr 2.4
2013-02-05 16:04:09 +01: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
Vladimír Čunát
5e28bf0bde
Use libjpeg-turbo as the system-wide default.
...
ToDo: open an issue for discussion (testing, easy to revert).
2013-02-05 10:32:34 +01: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
Eelco Dolstra
938afe971c
nss_myhostname: Remove
...
This package is now part of systemd.
2013-02-04 15:49:20 +01: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
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
Vladimír Čunát
7943a3c648
fix bad merge
2013-02-02 21:22:11 +01:00
Vladimír Čunát
35a927149f
Merge branch 'master' into x-updates
...
Conflicts (both messed with mesa):
pkgs/top-level/all-packages.nix
2013-02-02 21:11:00 +01:00
Andres Loeh
ac1d2a1221
Add haskell-ghc-vis, haskell-heap-view and deps.
2013-02-02 20:26:34 +01:00
Vladimír Čunát
97a39c3b54
libvdpau: update
2013-02-02 16:18:48 +01:00
Vladimír Čunát
9cd47a60a2
add pangox-compat
...
It's needed for some packages to work with pango>1.30.*
2013-02-02 14:38:17 +01:00
Vladimír Čunát
d6191d63ba
Merge pull request #288 from vcunat/vlada/gtk-renames
...
rename the expressions of some gtk-related libraries
2013-02-02 01:19:29 -08:00
Shea Levy
f5f5eff924
Add gummiboot UEFI boot manager
2013-02-01 17:42:19 -05:00
Vladimír Čunát
aa0fb73064
mesa: make the attribute include the GL/glu.h
...
Packages expect it and it used to be true until mesa-9*.
This seems to be the easiest fix, otherwise many changes would be needed.
2013-01-31 22:44:31 +01:00
Vladimír Čunát
d85a587fdd
cairo: minor bugfix update, depend on new pixman now
2013-01-31 21:50:30 +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
Vladimír Čunát
38ee738b8a
unify intltool
...
IMHO:
- It's no longer GNOME package.
- It seems best for everyone to use the newest version.
2013-01-31 16:43:52 +01:00
Peter Simons
a1cc25d530
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.
Now in x-updates as well.
Conflicts (auto-solved):
pkgs/top-level/all-packages.nix
2013-01-31 12:51:25 +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
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
Vladimír Čunát
ace9b4a23e
add glu library from mesa, needed e.g. for SDL
...
It provides the includes/GL/glu.h file.
2013-01-30 16:43:04 +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
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
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
Lluís Batlle i Rossell
ea6b1d808c
Adding an automatic proper platform for some systems we know
...
That eases the burden of having to always set the platform at
least in the non-pc pure nixpkgs platforms.
2013-01-29 22:11:37 +01:00
Aristid Breitkreuz
3a68505c6e
GHC 7.6.2
2013-01-29 20:42:28 +01:00
Lluís Batlle i Rossell
0bf70832f4
Raspberrypi platform: make ext4 in kernel
...
I also make other modules in-kernel. I originally copied this
from the sheevaplug kernel, but the sheevaplug runs the initrd
and the raspberrypi not.
2013-01-29 20:17:36 +01:00
Lluís Batlle i Rossell
45de66b2b1
Update the raspberry pi kernel to one newer.
2013-01-29 20:17:32 +01:00
Lluís Batlle i Rossell
60f2d9c6bb
raspberrypi platform: adding a missing uboot attr
...
It's required, even if set to null, along all nixpkgs.
2013-01-29 20:17:30 +01:00
Lluís Batlle i Rossell
d770ea2ad2
Fixing the kernel target for raspberrypi (zImage)
...
Removing uboot things about it too.
2013-01-29 20:17:28 +01:00
Vladimír Čunát
6331d32267
rename the expressions of some gtk-related libraries
...
now the default (and usually only) version is called default
2013-01-29 16:48:23 +01:00
Vladimír Čunát
a4709b8cd6
add libpaper
2013-01-29 16:36:33 +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
eeb116a2eb
emacs-22: Remove
2013-01-29 11:39:38 +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
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
Eelco Dolstra
e0afec2edc
pwdutils: Remove
...
This package no longer builds and is obsolete (use ‘shadow’ instead).
2013-01-28 17:58:43 +01:00
Eelco Dolstra
c8aed4202d
eject: Remove
...
This command is part of util-linux now.
2013-01-28 17:25:59 +01:00
Eelco Dolstra
d8f8a29758
gcc-upc: Remove
...
This version (4.0) is obsolete. And UPC will be merged in GCC 4.8
anyway.
2013-01-28 17:19:04 +01:00
Eelco Dolstra
d2b76e68d0
gcc-4.1: Remove
...
No longer used and doesn't build.
2013-01-28 17:19:03 +01:00
Eelco Dolstra
cb07844c9d
gcc-2.95: Remove
...
Hasn't built in a long time.
2013-01-28 17:19:03 +01:00
Eelco Dolstra
5f6de267f0
gcc-4.0: Remove
2013-01-28 17:19:03 +01:00
Eelco Dolstra
5200c92aa0
libxcrypt: Remove
2013-01-28 17:19:03 +01:00
Eelco Dolstra
b40ca97f00
pam_unix2: Remove
...
It no longer builds and NixOS doesn't use it anymore.
2013-01-28 17:19:02 +01:00
Eelco Dolstra
1b7c5d3717
Remove some unused Boost versions
2013-01-28 17:19:02 +01:00
Eelco Dolstra
35af62f998
gperftools: Update to 2.0 and fix build
...
http://hydra.nixos.org/build/3875478
2013-01-28 17:19:01 +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
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
Song Wenwu
9f7cc1bfb3
add fcitx-4.2.7
2013-01-28 11:35:03 +08: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
viric
0a8f2e084f
Merge pull request #260 from jcumming/vessel.121213
...
Vessel.121213
2013-01-27 12:38:08 -08:00
Lluís Batlle i Rossell
a87fba9619
Adding the firmware files for raspberrypi
2013-01-27 17:49:02 +00: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
viric
83366b484f
Merge pull request #278 from vcunat/vlada/ufoai-notg
...
Update ufo-ai
2013-01-27 03:40:03 -08:00
Lluís Batlle i Rossell
3b26ba7019
Merge remote-tracking branch 'central/master' into stdenv-updates
...
Conflicts:
pkgs/os-specific/linux/alsa-utils/default.nix
2013-01-27 11:32:12 +01: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
46135deaa5
haskell-reflection: add version 1.1.6
2013-01-25 14:12:02 +01:00
Shea Levy
495fbceef9
Add libspotify
2013-01-25 01:10:36 -05: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
0a47a28f1d
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-01-22 23:23:53 +01: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
Peter Simons
a84de6c966
haskell-semigroupoid-extras: add version 3.0.1
2013-01-22 16:06:50 +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
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
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
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
Peter Simons
fb5a7e05f9
haskell-doctest: add version 0.9.5
2013-01-21 17:06:28 +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
331e7ac221
Merge remote-tracking branch 'origin/master' into systemd
2013-01-21 13:01:00 +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
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
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
Eelco Dolstra
bcc0c1dc59
Update nixUnstable
2013-01-20 17:26:07 +01:00
Rickard Nilsson
1886d1db6a
Merge remote-tracking branch 'upstream/master' into stdenv-updates
2013-01-20 16:53:21 +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
Cillian de Róiste
a72c9d728d
Distutils2: patch to work with Python2 (only), until the issue http://bugs.python.org/issue17002 is resolved upstream
2013-01-20 11:57:07 +01:00
Cillian de Róiste
49dbf7057d
Add pythonPackages Distutils2 and eggdeps
2013-01-19 01:28:30 +01:00
Eelco Dolstra
9da086c08d
Merge remote-tracking branch 'origin/master' into systemd
2013-01-19 00:05:50 +01:00
Eelco Dolstra
cd5755845f
Lots of Perl package updates
2013-01-19 00:02:51 +01:00
Eelco Dolstra
9e6d6dae01
Test::Warn: Update to 0.24
2013-01-18 13:05:54 +01:00
James Cook
2ba4f46752
tinc: A VPN daemon with full mesh routing.
2013-01-17 22:52:15 -08:00
Cillian de Róiste
52fb5d86a9
Add pythonPackages.zodb3 and dependencies
2013-01-18 02:21:24 +01:00
Cillian de Róiste
64950ff58e
Add pythonPackages.buildout
2013-01-18 00:45:36 +01:00
Cillian de Róiste
9720148a14
Add pythonPackages.mrbob
2013-01-18 00:45:36 +01:00
Eelco Dolstra
d8e722985b
Add config option ‘allowUnfree’
...
If set to false, mkDerivation will throw an exception if a package has
an unfree license. ‘release-lib.nix’ uses this to enforce that we
don't build unfree packages as part of the Nixpkgs channel. Since
this is set through Nixpkgs' ‘config’ argument, it's more finegrained
than $HYDRA_DISALLOW_UNFREE.
2013-01-17 23:41:37 +01:00
Eelco Dolstra
deaef8abaf
Pass ‘config’ to stdenv/generic/default.nix
...
This is a backport of cf8daf6312
in
stdenv-updates (sans the userHook stuff).
2013-01-17 23:24:55 +01:00
Shea Levy
523ee1671b
Add psutil pythonPackage
2013-01-17 11:44:03 -05:00
Eelco Dolstra
5bb548d2e4
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-01-17 14:19:14 +01:00
Peter Simons
8150827219
haskell-network: update 2.4.x branch to version 2.4.1.0
...
This change affects only GHC 7.6.1.
2013-01-17 11:18:32 +01:00
Cillian de Róiste
b85a093b07
pythonPackages.virtualenv: update to 1.8.4
2013-01-17 00:18:02 +01:00
Shea Levy
f1054e5051
Add patch to handle /**/-style comments in Google::ProtocolBuffers
...
Patch thanks to Daniel Zinn
2013-01-16 13:59:15 -05:00
Vladimír Čunát
f1531391c0
Merge pull request #265 from errge/master
...
Add jbig2enc.
2013-01-16 06:07:43 -08:00
Gergely Risko
f67bc6bbfd
Added jbig2enc.
2013-01-16 14:11:29 +01:00
Peter Simons
eb038185de
haskell-crypto-pubkey: add version 0.1.2
2013-01-16 12:42:30 +01:00
Peter Simons
8971eb297a
haskell-crypto-numbers: add version 0.1.3
2013-01-16 12:42:30 +01:00
Peter Simons
bbb3726fad
haskell-cipher-rc4: add version 0.1.2
2013-01-16 12:42:30 +01:00
Peter Simons
6abb59cbac
haskell-hashable: update 1.2.x branch to 1.2.0.5
2013-01-16 12:42:30 +01:00