summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/SDL/default.nix
blob: 0ffca624cd4b0afb3563a59ad25eeb3362a29336 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal, SDL}:

cabal.mkDerivation (self : {
  pname = "SDL";
  version = "0.5.5";
  sha256 = "cc56c723e03befd99be0a293347690ba7d2cb7fdafcbbc287f067a8cf70af172";
  propagatedBuildInputs = [SDL];
  meta = {
    description = "Binding to libSDL";
  };
})