libepoxy: 1.5.9 -> 1.5.10
This commit is contained in:
parent
87ff04952b
commit
6efbd34eed
1 changed files with 2 additions and 3 deletions
|
@ -19,13 +19,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libepoxy";
|
pname = "libepoxy";
|
||||||
version = "1.5.9";
|
version = "1.5.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "anholt";
|
owner = "anholt";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-8rdmC8FZUkKkEvWPJIdfrBQHiwa81vl5tmVqRdU4UIY=";
|
sha256 = "sha256-gZiyPOW2PeTMILcPiUTqPUGRNlMM5mI1z9563v4SgEs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./libgl-path.patch ];
|
patches = [ ./libgl-path.patch ];
|
||||||
|
@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
|
||||||
--replace "[ 'cgl_epoxy_api', [ 'cgl_epoxy_api.c' ] ]," ""
|
--replace "[ 'cgl_epoxy_api', [ 'cgl_epoxy_api.c' ] ]," ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# tests are running from version 1.5.9
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue