update
This commit is contained in:
parent
9118d6fcde
commit
50329f7790
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ let
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/nek0/affection#readme";
|
homepage = "https://github.com/nek0/affection#readme";
|
||||||
description = "A simple Game Engine using SDL";
|
description = "A simple Game Engine using SDL";
|
||||||
license = stdenv.lib.licenses.lgpl3;
|
license = pkgs.lib.licenses.lgpl3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
f = { mkDerivation, aeson, base, bytestring, containers, derive-storable
|
f = { mkDerivation, aeson, base, bytestring, containers, derive-storable
|
||||||
|
@ -37,7 +37,7 @@ let
|
||||||
executableHaskellDepends = [ aeson affection base bytestring containers
|
executableHaskellDepends = [ aeson affection base bytestring containers
|
||||||
derive-storable JuicyPixels JuicyPixels-extra linear monad-loops OpenGL
|
derive-storable JuicyPixels JuicyPixels-extra linear monad-loops OpenGL
|
||||||
OpenGLRaw sdl2 StateVar stm text vector];
|
OpenGLRaw sdl2 StateVar stm text vector];
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = pkgs.lib.licenses.gpl3;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages = if compiler == "default"
|
haskellPackages = if compiler == "default"
|
||||||
|
|
Loading…
Reference in a new issue