summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* gmp: add back the cpuid patch to 5.0.5Mathijs Kwik2013-01-13
| | | | it was lost during 5.0.5 -> 5.1.0 -> 5.1.0 w/o patch -> 5.0.5 w/o patch
* coreutils: I think I fix the evaluation, which failed for darwin.Lluís Batlle i Rossell2013-01-11
|
* gmp: switch default version back to 5.0.5Peter Simons2013-01-11
| | | | | The 5.1.0 version breaks the build of virtually every package that uses the C++ wrappers for gmp (such as mpfr, ppl, etc).
* gmp: version 5.1.0 has the cpu-id patch applied alreadyPeter Simons2013-01-11
|
* Merge branch 'master' into stdenv-updates.Peter Simons2013-01-11
|\
| * lxc: update to version 0.8.0Peter Simons2013-01-11
| |
| * Libertine fonts: update and cleanup.Vladimír Čunát2013-01-10
| |
| * supertuxkart: updating to 0.8Lluís Batlle i Rossell2013-01-10
| |
| * Merge pull request #252 from matejc/masterVladimír Čunát2013-01-10
| |\ | | | | | | xfce4-notifyd: add new package
| | * xfce4-notifyd: add new packageMatej Cotman2013-01-09
| | |
| * | stuntrally: updating from 1.4 to 1.8Lluís Batlle i Rossell2013-01-10
| | | | | | | | | | | | | | | I updated ogre and mygui, too. Now myguiSvn is older than mygui. We should check if this commit breaks other games that use ogre (ror?)
| * | Added optparse: A node.js option parsing librarySander van der Burg2013-01-10
| | |
| * | chromium: Add myself to maintainers.aszlig2013-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Might come in handy to actually know when things going to break. In case you're wondering: Yes, "aszlig" is the name everyone uses in real life (even my family uses it) and is my pending stage name (not _yet_ officially). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | xf86-video-nouveau: Add pixman to buildInputs.aszlig2013-01-10
| | | | | | | | | | | | | | | | | | | | | | | | Well, either this build is only broken on my system or noone actually uses nouveau? Even when looking into the source tree it seems to require pixman, so I suppose it didn't work for anyone prior to this commit. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | chromium: Add pulse_audio_fix.patch to nixpkgs.aszlig2013-01-10
| | | | | | | | | | | | | | | | | | | | | | | | The patch previously was fetched from an Arch Linux contributor but is no longer available there anymore. So, this is only an intermediate fix until channels get updated (very soon I hope, even though chromium 25 could get quite messy). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | Merge pull request #239: VirtualBox guest update.aszlig2013-01-10
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | So, a VirtualBox update is best accompanied by the corresponding update of the guest additions. Thanks @dysinger for the contribution.
| | * | Upgrade VirtualBox Guest Additions to 4.2.6Tim Dysinger2013-01-08
| | | |
| * | | virtualbox: Update to new upstream version 4.2.6.aszlig2013-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fortunately this time the upstream package was packaged correctly and we no longer need the patch to remove the reference to the fa_IR locale. In addition we need to add lvm2 to dependencies because VirtualBox now requires libdevmapper with its default configuration. We could disable it but in order to gain DM support I think it's necessary and at least could avoid some confusion from users if it's not working "out of the box" :-) This is a bugfix release, upstream changes are: * VMM: don't inject stale VT-x events to prevent crashes after VM reset * VMM: workaround for buggy BIOSes which enable MONITOR only for certain CPUs * GUI: fixed trimming of anti-aliased text in details-view element headers * GUI: fixed create-settings-file-alias functionality on Mac hosts * GUI: fixed take-guest-screenshot functionality on Windows hosts * GUI: several minor fixes, including palette fixes * GUI: fixed Windows 2012 OS type * GUI: allow to terminate the VM even if VBoxSVC crashed * API: fixed cancelling of snapshots, previously this could lead to inconsistent VM configs * API: fixed identifying disk images by UUID * 3D Support: several fixes * VRDP: fixed occasional crash with external authentication * VGA: fix for double scan text modes * USB: fixed invalid pending request count at the time of service of DEVICE POWER requests (Windows hosts only) * USB keyboard: Korean keyboard workaround * Storage: fixed hang with QCOW images and asynchronous I/O enabled * Storage: fixed hang with newer VHD images * Storage: actually write the non-rotational flag to the VM settings (4.2.0 regression) * Virtio-net: fixed the problem with network statistics counters in Session Information dialog (GUI) * Metrics: introduced network rate and disk usage metrics * Metrics: fixed a crash under certain conditions on Solaris hosts * BIOS: fix for El Torito * Shared Folders: if the host folder of a shared folder mapping does not exist, keep it active but mark it as invalid to prevent inconsistent saved states * VBoxManage: fixed converting disks from raw images * VBoxManage: show snapshot description in the VM or snapshot information * VBoxManage: make implicit opening of media consistent in all places dealing with media * VBoxManage: the iSCSI initiator name was not stored in the settings file when doing storageattach * VBoxManage: metrics collect now properly handles 'CPU/MHz' and 'Net/*/LinkSpeed' metrics * VBoxManage: changing the image UUID or parent UUID as part of storageattach works now in all safe cases * VBoxManage: introduced storageattach --medium additions as a shortcut to mount the additions image * OVF: fixed importing OVF files cerated by recent VMware products * Linux hosts / Bridged Networking: fixed the problem with leaking connections in conntrack * Linux Additions: added support for ConsoleKit sessions in the vminfo service of VBoxService * Linux Additions: don't crash during remount under certain conditions * Linux/Solaris Additions: fixed guest memory metrics collection * Solaris hosts: added a dependency to ensure that the user directories are reachable when starting VBox services * Windows host installer: integrated user-contributed translations, thanks to all contributors! * Windows Additions: fixed auto-logon installation for Windows 8 * Windows Additions: don't fail if the shared folders host service is not available * Windows Additions: fixed Guest Additions startup on Windows 2000 guests * Windows Additions: auto-resize fixes for Windows 8 guests Upstream changelist with bug ids can be found here: https://www.virtualbox.org/wiki/Changelog Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | firefox18: adding it to release.nixLluís Batlle i Rossell2013-01-09
| | |/ | |/|
| * | firefox: adding 18.0Lluís Batlle i Rossell2013-01-09
| | | | | | | | | | | | | | | I had to disable it using some nixpkgs, because they were considered 'too old'. They are simply commented in the code.
| * | haskell-dimensional-tf: add version 0.1.1Peter Simons2013-01-09
| | |
| * | haskell-numtype-tf: add version 0.1Peter Simons2013-01-09
| | |
| * | haskell-type-level-natural-number: add version 1.1.1Peter Simons2013-01-09
| | |
| * | git-annex: update to version 3.20130107Peter Simons2013-01-09
| | |
| * | haskell-warp: update to version 1.3.7Peter Simons2013-01-09
| | |
| * | haskell-multiarg: update to version 0.8.0.0Peter Simons2013-01-09
| | |
| * | haskell-monoid-extras: update to version 0.2.2.2Peter Simons2013-01-09
| | |
| * | haskell-lens: update to version 3.7.3Peter Simons2013-01-09
| | |
| * | haskell-dual-tree: update to version 0.1.0.1Peter Simons2013-01-09
| | |
| * | haskell-diagrams-lib: update to version 0.6.0.1Peter Simons2013-01-09
| | |
| * | haskell-diagrams-core: update to version 0.6.0.1Peter Simons2013-01-09
| | |
| * | haskell-active: update to version 0.1.0.3Peter Simons2013-01-09
| | |
| * | haskell-xmonad-extras: update to version 0.11Peter Simons2013-01-09
| | |
| * | haskell-naturals: add version 0.2.0.2Peter Simons2013-01-09
| | |
| * | haskell-nat: add version 0.3Peter Simons2013-01-09
| | |
| * | Add preInstall ot buildPythonPackage (postInstall already existed) to allow ↵Rob Vermaas2013-01-09
| | | | | | | | | | | | selenium to work properly again.
| * | fix python-2.6 build: purity for systems with stdenv.gcc.libcFlorian Friesdorf2013-01-09
| | | | | | | | | | | | | | | | | | On other systems python26 will continue to look for /usr/include/netinet/in.h among others. I don't know whether/what to do about that.
| * | python-2.6.8: long overdueFlorian Friesdorf2013-01-09
| | |
| * | bsd-games: fix some paths, pager and typoFlorian Friesdorf2013-01-09
| |/
| * Lyx: a bug-fix update.Vladimír Čunát2013-01-09
| |
| * boinc: fix it; the binaries didn't start.Lluís Batlle i Rossell2013-01-08
| |
| * boinc: updating to 7.0.44Lluís Batlle i Rossell2013-01-08
| | | | | | | | | | | | | | now it builds. I started to use fetchgit instead of fetchsvn, because the upstream doc pages talk about git more than svn.
| * dd-agent: No need to propagate sysstat, dd-agent doesn't belong in user ↵Shea Levy2013-01-08
| | | | | | | | profiles anyway
| * Enabling libvdpau in flashplayerLluís Batlle i Rossell2013-01-08
| | | | | | | | That enables hw accelerated video
| * Updating libvdpau.Lluís Batlle i Rossell2013-01-08
| | | | | | | | | | | | This fixes an annoying bug in nvidia hw accelerated video, where all colors are messed. http://cgit.freedesktop.org/~aplattner/libvdpau/commit/?id=ca9e637c61e80145f0625a590c91429db67d0a40
| * Merge branch 'dd-agent' into upstreamShea Levy2013-01-08
| |\
| | * dd-agent: Add metaShea Levy2013-01-08
| | |
| | * dd-agent: Propagate sysstatShea Levy2013-01-08
| | |
| | * dd-agent: Add python so patchShebangs can patch python scriptsShea Levy2013-01-08
| | |
| | * dd-agent: Move /usr stuff to directlyShea Levy2013-01-08
| | |