update nanovg
This commit is contained in:
parent
9c812f10d3
commit
dd6938c7a5
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ let
|
||||||
inline-c, libGL, libGLU, QuickCheck, text, vector, pkgconfig }:
|
inline-c, libGL, libGLU, QuickCheck, text, vector, pkgconfig }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nanovg";
|
pname = "nanovg";
|
||||||
version = "0.5.2.0";
|
version = "0.6.0.0";
|
||||||
#src = pkgs.fetchFromGitHub {
|
#src = pkgs.fetchFromGitHub {
|
||||||
# owner = "nek0";
|
# owner = "nek0";
|
||||||
# repo = "nanovg-hs";
|
# repo = "nanovg-hs";
|
||||||
|
@ -17,7 +17,7 @@ let
|
||||||
# sha256 = "0diyyajniyxzmg5za34crwwlajf40x8bplja6mbgv2syax5d446d";
|
# sha256 = "0diyyajniyxzmg5za34crwwlajf40x8bplja6mbgv2syax5d446d";
|
||||||
# fetchSubmodules = true;
|
# fetchSubmodules = true;
|
||||||
#};
|
#};
|
||||||
src = ../nanovg-hs;
|
#src = ../nanovg-hs;
|
||||||
revision = "1";
|
revision = "1";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
|
|
@ -38,7 +38,7 @@ executable tracer-game
|
||||||
, affection == 0.0.0.9
|
, affection == 0.0.0.9
|
||||||
, sdl2
|
, sdl2
|
||||||
, OpenGL
|
, OpenGL
|
||||||
, nanovg
|
, nanovg >= 0.6.0.0
|
||||||
, stm
|
, stm
|
||||||
, text
|
, text
|
||||||
, containers
|
, containers
|
||||||
|
|
Loading…
Reference in a new issue