Updated build expressions for the current version of cabal.nix.

svn path=/nixpkgs/trunk/; revision=28772
This commit is contained in:
Peter Simons
2011-08-23 10:35:49 +00:00
parent 1972e6f6dc
commit c8ae7cc8bb
34 changed files with 153 additions and 108 deletions

View File

@@ -1,10 +1,11 @@
{cabal, SDL, SDL_image} :
{ cabal, SDL, SDL_image }:
cabal.mkDerivation (self : {
cabal.mkDerivation (self: {
pname = "SDL-image";
version = "0.6.1";
sha256 = "18n6al40db7xalqqr4hp0l26qxxv1kmd8mva0n7vmhg05zypf6ni";
propagatedBuildInputs = [ SDL SDL_image ];
buildDepends = [ SDL ];
extraLibraries = [ SDL_image ];
meta = {
description = "Binding to libSDL_image";
license = self.stdenv.lib.licenses.bsd3;