summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/SDL-image/default.nix
blob: c744ca41cf99e926896d8c49a2e307d509bfc0d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, SDL, SDL_image }:

cabal.mkDerivation (self: {
  pname = "SDL-image";
  version = "0.6.1";
  sha256 = "18n6al40db7xalqqr4hp0l26qxxv1kmd8mva0n7vmhg05zypf6ni";
  buildDepends = [ SDL ];
  extraLibraries = [ SDL_image ];
  meta = {
    description = "Binding to libSDL_image";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    hydraPlatforms = self.stdenv.lib.platforms.none;
  };
})