haskell-SDL-mixer: added missing buildInput
svn path=/nixpkgs/trunk/; revision=28359
This commit is contained in:
parent
96677e9dc3
commit
8cbb9180c4
@ -1,10 +1,10 @@
|
|||||||
{cabal, SDL} :
|
{cabal, SDL, SDL_mixer} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "SDL-mixer";
|
pname = "SDL-mixer";
|
||||||
version = "0.6.1";
|
version = "0.6.1";
|
||||||
sha256 = "1fxp5sz0w6pr5047jjvh81wkljxsl7fca239364i50m44mpcsyn1";
|
sha256 = "1fxp5sz0w6pr5047jjvh81wkljxsl7fca239364i50m44mpcsyn1";
|
||||||
propagatedBuildInputs = [ SDL ];
|
propagatedBuildInputs = [ SDL SDL_mixer ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Binding to libSDL_mixer";
|
description = "Binding to libSDL_mixer";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user