summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * haskell-base64-conduit: update to version 0.5.1Peter Simons2012-12-08
| |
| * Update WineMichael Raskin2012-12-08
| |
| * Fix dummy pseudo-updates being found for some packagesMichael Raskin2012-12-08
| |
| * Merge pull request #207 from washort/mysql55aszlig2012-12-07
| |\ | | | | | | | | | And sorry to @washort for bugging him too much with the syntax.
| | * better syntax thanks to aszligAllen Short2012-12-07
| | |
| | * only depend on perl on OSXAllen Short2012-12-07
| | |
| | * fixes for mysql on OSX 10.8Allen Short2012-12-05
| | |
| * | Merge branch 'redis' of https://github.com/washort/nixpkgs into upstreamShea Levy2012-12-07
| |\ \ | | | | | | | | | | | | fixes for redis on OSX
| | * | fixes for redis on OSXAllen Short2012-12-07
| | | |
| * | | nix: Update to 1.2Eelco Dolstra2012-12-07
| | | |
| * | | linux: Update to 3.2Eelco Dolstra2012-12-07
| | | |
| * | | python: do not delete site.py for now as it breaks existing use casesFlorian Friesdorf2012-12-07
| | | | | | | | | | | | | | | | see #209, thx shlevy for reporting this
| * | | duplicity-0.6.20Florian Friesdorf2012-12-06
| | | |
| * | | skype 4.1.0.20Florian Friesdorf2012-12-06
| | | |
| * | | SDL_image: update to version 1.2.12Peter Simons2012-12-06
| | | |
| * | | haskell-uniplate: update to version 1.6.8Peter Simons2012-12-06
| | | |
| * | | haskell-time-compat: update to version 0.1.0.2Peter Simons2012-12-06
| | | |
| * | | haskell-stylish-haskell: update to version 0.5.5.1Peter Simons2012-12-06
| | | |
| * | | haskell-pem: update to version 0.1.2Peter Simons2012-12-06
| | | |
| * | | haskell-parallel-io: update to version 0.3.2.2Peter Simons2012-12-06
| | | |
| * | | haskell-lifted-base: update to version 0.2.0.1Peter Simons2012-12-06
| | | |
| * | | haskell-lens: update to version 3.6.0.3Peter Simons2012-12-06
| | | |
| * | | haskell-hspec: update to version 1.4.3Peter Simons2012-12-06
| | | |
| * | | haskell-cryptohash: update to version 0.7.10Peter Simons2012-12-06
| | | |
| * | | haskell-cryptocipher: update to version 0.3.7Peter Simons2012-12-06
| | | |
| * | | haskell-cipher-aes: update to version 0.1.5Peter Simons2012-12-06
| | | |
| * | | haskell-blaze-markup: update to version 0.5.1.3Peter Simons2012-12-06
| | | |
| * | | haskell-blaze-html: update to version 0.5.1.2Peter Simons2012-12-06
| | | |
| * | | haskell-hledger-web: jailbreak to fix build with recent versions of GHCPeter Simons2012-12-06
| | | |
| * | | haskell-pandoc: add myself as a maintainerPeter Simons2012-12-06
| | | |
| * | | haskell-tabular: jailbreak to fix build with recent versions of GHCPeter Simons2012-12-06
| | | |
| * | | haskell-mpppc: jailbreak to fix build with recent versions of GHCPeter Simons2012-12-06
| | | |
| * | | pkgs/top-level/all-packages.nix: implement 'mesaSupported' attribute on top ↵Peter Simons2012-12-06
| | | | | | | | | | | | | | | | | | | | | | | | of mesaPlatforms Thanks to Florian Friesdorf for pointing out the inconsistency in these attributes.
| * | | pkgs/lib/platforms.nix: fix specification of mesaPlatformsPeter Simons2012-12-06
| | | | | | | | | | | | | | | | Mesa is supported on i686-linux, x86_64-linux, and x86_64-darwin.
| * | | Added Haskell packages kansas-lava 0.2.4, netlist-to-vhdl 0.3.1, netlist ↵Peter Simons2012-12-06
| | | | | | | | | | | | | | | | 0.3.1, and sized-types 0.3.4.0.
| * | | python: give coverage to coilmq and oauth2 - thx sheaFlorian Friesdorf2012-12-06
| | | |
| * | | Merge pull request #208 from jcumming/zfs.121204David Guibert2012-12-05
| |\ \ \ | | | | | | | | | | ztest: fix hardcoded paths
| | * | | ztest: fix hardcoded pathsJack Cummings2012-12-04
| | | | |
| * | | | rxvt-unicode: Add path to terminfo file.aszlig2012-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On NixOS, we have set TERMINFO_DIRS to the user environment, so urxvt and curses programs running within urxvt are able to find the terminfo file. Unfortunately this isn't the case if you're not using NixOS. Of course we now no longer need the longDescription, which suggests to issue export TERMINFO=~/.nix-profile/share/terminfo ... which to my eyes essentially is a workaround. So please correct me when I'm wrong, but i think it's better if software is working as-is rather than requiring additional configuration (except if it really makes sense or breaks purity). Thanks to Eelis in #nixos for reporting this. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | Merge pull request #206 from chaoflow/python-mergecillianderoiste2012-12-05
| |\ \ \ \ | | | | | | | | | | | | python pureness, cleanup, and enable pth loaders (setuptoolsSite, recursivePthLoader)
| | * | | | missed two failing testsFlorian Friesdorf2012-12-05
| | | | | |
| | * | | | checkPhase after installPhase fixed some more testsFlorian Friesdorf2012-12-05
| | | | | |
| | * | | | python2.6 fixesFlorian Friesdorf2012-12-05
| | | | | |
| | * | | | change order of phases for python modules: checkPhase after installPhaseFlorian Friesdorf2012-12-05
| | | | | | | | | | | | | | | | | | | | | | | | at least pycrypto it helps
| | * | | | pycrypto for python26 and 27Florian Friesdorf2012-12-05
| | | | | |
| | * | | | python2.6 fixesFlorian Friesdorf2012-12-05
| | | | | |
| | * | | | pil uses buildPythonPackage and is now actually also built for 2.6Florian Friesdorf2012-12-05
| | | | | |
| | * | | | pil for python27 and python26Florian Friesdorf2012-12-03
| | | | | |
| | * | | | fix nevow url and uncomment againFlorian Friesdorf2012-12-03
| | | | | |
| | * | | | python module cleanup, enable a couple of tests, add comments for failingFlorian Friesdorf2012-12-03
| | | | | |