2014-09-25 13:15:56 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal, SDL2 }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "sdl2";
|
2014-10-12 13:02:33 -07:00
|
|
|
version = "1.1.2";
|
|
|
|
sha256 = "1viy6f8iqbw264hmsvfqjf8b27h8klyybywd5976yin6ianbqm2a";
|
2014-09-25 13:15:56 -07:00
|
|
|
extraLibraries = [ SDL2 ];
|
|
|
|
pkgconfigDepends = [ SDL2 ];
|
|
|
|
meta = {
|
2014-10-03 11:01:35 -07:00
|
|
|
description = "Low-level bindings to SDL2";
|
2014-09-25 13:15:56 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|