gyp: Update to new upstream revision 1944.
This is mainly needed in order to build the new Chromium version 37. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
3e64126344
commit
1580688490
@ -3385,13 +3385,13 @@ rec {
|
|||||||
|
|
||||||
|
|
||||||
gyp = buildPythonPackage rec {
|
gyp = buildPythonPackage rec {
|
||||||
rev = "1738";
|
rev = "1944";
|
||||||
name = "gyp-r${rev}";
|
name = "gyp-r${rev}";
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "http://gyp.googlecode.com/svn/trunk";
|
url = "http://gyp.googlecode.com/svn/trunk";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "155k7v6453j2kg02xqfqbkzkbaqc8aynxs2k462jmrp638vxia9s";
|
sha256 = "15k3ivk3jyhx4rwdf1mn6qpyrwixvy01jpkir8d14c4g9hax1dx1";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = optionals pkgs.stdenv.isDarwin [
|
patches = optionals pkgs.stdenv.isDarwin [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user