Updated build expressions for the current version of cabal.nix.
svn path=/nixpkgs/trunk/; revision=28772
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user