mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
purple-hangouts-hg: 2016-10-01 -> 2016-12-22
This commit is contained in:
parent
2eb8163fae
commit
b02681a3d2
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "purple-hangouts-hg-${version}";
|
||||
version = "2016-10-01";
|
||||
version = "2016-12-22";
|
||||
|
||||
src = fetchhg {
|
||||
url = "https://bitbucket.org/EionRobb/purple-hangouts/";
|
||||
rev = "00e28b7";
|
||||
sha256 = "08jllhhww3cqlw6dg9w1hli3havdfzb47grcdl184537gl2bl49d";
|
||||
rev = "754e3bb971cfe913b90c7fd028fe47a42f9e83cb";
|
||||
sha256 = "0b826hj5jgfdckzh9wyycxxhpyxhrhxm3n0mhaf3f57gqarriics";
|
||||
};
|
||||
|
||||
buildInputs = [ pidgin glib json_glib protobuf protobufc ];
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase = ''
|
||||
install -Dm755 -t $out/lib/pidgin/ libhangouts.so
|
||||
for size in 16 22 24 48; do
|
||||
install -TDm644 hangouts$size.png $out/pixmaps/pidgin/protocols/$size/hangouts.png
|
||||
install -TDm644 hangouts$size.png $out/share/pixmaps/pidgin/protocols/$size/hangouts.png
|
||||
done
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user