Update Google Talk source. I wonder if there is a way to get it with a fixed version..
svn path=/nixpkgs/trunk/; revision=28830
This commit is contained in:
parent
c0fb177ce9
commit
9c87acf5ab
|
@ -45,7 +45,7 @@ stdenv.mkDerivation {
|
||||||
if stdenv.system == "x86_64-linux" then
|
if stdenv.system == "x86_64-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "http://dl.google.com/linux/direct/google-talkplugin_current_x86_64.rpm";
|
url = "http://dl.google.com/linux/direct/google-talkplugin_current_x86_64.rpm";
|
||||||
sha256 = "01c8w221azvmqvxf5lgb8l151086d72ll5wnjndwn50dvi6rphvx";
|
sha256 = "14cf9bef6f70ff850b773dbb92833bbe45645db2636b7e17720fdc6b60e76d63";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
throw "Google Talk does not support your platform.";
|
throw "Google Talk does not support your platform.";
|
||||||
|
@ -89,4 +89,4 @@ stdenv.mkDerivation {
|
||||||
homepage = http://www.google.com/chat/video/;
|
homepage = http://www.google.com/chat/video/;
|
||||||
license = "unfree";
|
license = "unfree";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue