nixpkgs/pkgs/development
Mathijs Kwik cb537ad44b trifecta: override dependency versions
"jailbreak" did not work for this package
Also, I force a downgrade for "hashable" to make stuff work with our current haskell platform. If you don't like running things "below spec", you can add the following to packageOverrides:

haskellPackages_ghc763 = pkgs.haskellPackages_ghc763.override {
  extraPrefs = self: {
    hashable = self.hashable_1_2_1_0;
  };
};
2013-10-04 09:07:45 +02:00
..
arduino ino: fix hash 2013-08-16 22:26:34 +03:00
compilers Fix some issues in my packages reported by nixpkgs-lint. 2013-09-26 20:03:57 +00:00
eclipse unmaintain several packages 2013-08-16 23:45:01 +02:00
guile-modules
interpreters Fix pythonWrapper when all of the binaries come from python 2013-10-03 15:25:43 -04:00
libraries trifecta: override dependency versions 2013-10-04 09:07:45 +02:00
misc amdappsdk: Fix download urls and some other things, so derivations for older sdk versions now build succesfully 2013-06-20 02:22:18 +00:00
mobile Bump titaniumsdk to 3.1.4 2013-09-27 17:56:01 +02:00
ocaml-modules extlib: fix version to match tarball 2013-07-14 02:08:51 +03:00
perl-modules Add patch to Net::Amazon::S3 to enable credentials from the environment/instance roles 2013-08-29 07:28:33 -04:00
python-modules python-gyp: Fix no-xcode.patch for Darwin. 2013-09-27 15:52:44 +02:00
qtcreator qtcreator: Update to version 2.8.0 2013-07-15 11:15:34 +02:00
r-modules/generic Wrapped R's package system similarly to perlPackages 2013-09-28 13:19:43 +02:00
ruby-modules Add patch to fix GET Bucket requests to fake-s3 2013-09-04 16:42:20 -04:00
tools haskell-HaRe: update to version 0.7.0.6 2013-10-02 22:33:42 +02:00
web Fix peerDependency handling in buildNodePackage 2013-08-30 09:02:44 -04:00