nixpkgs/pkgs/development/libraries/haskell/SDL-mixer/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

13 lines
286 B
Nix

{cabal, SDL, SDL_mixer}:
cabal.mkDerivation (self : {
pname = "SDL-mixer";
version = "0.5.5";
sha256 = "0e1b07a0cbe22eafff7b36f53e4ea840abad50131a867cb70d47beaf902fd185";
propagatedBuildInputs = [SDL SDL_mixer];
meta = {
description = "Binding to libSDL_mixer";
};
})