haskell-SDL-mixer: added missing buildInput

svn path=/nixpkgs/trunk/; revision=28359
This commit is contained in:
Peter Simons 2011-08-07 22:03:53 +00:00
parent 96677e9dc3
commit 8cbb9180c4

View file

@ -1,10 +1,10 @@
{cabal, SDL} :
{cabal, SDL, SDL_mixer} :
cabal.mkDerivation (self : {
pname = "SDL-mixer";
version = "0.6.1";
sha256 = "1fxp5sz0w6pr5047jjvh81wkljxsl7fca239364i50m44mpcsyn1";
propagatedBuildInputs = [ SDL ];
propagatedBuildInputs = [ SDL SDL_mixer ];
meta = {
description = "Binding to libSDL_mixer";
license = self.stdenv.lib.licenses.bsd3;