From a975a3525440b34707d5259207511aef257c9371 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 18 Jan 2012 10:26:38 +0000 Subject: [PATCH] Update Vacuum-IM svn path=/nixpkgs/trunk/; revision=31617 --- .../networking/instant-messengers/vacuum/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/vacuum/default.nix b/pkgs/applications/networking/instant-messengers/vacuum/default.nix index 6b8b7a9419d5..5e582cb09d1d 100644 --- a/pkgs/applications/networking/instant-messengers/vacuum/default.nix +++ b/pkgs/applications/networking/instant-messengers/vacuum/default.nix @@ -12,11 +12,11 @@ let buildInputs = map (n: builtins.getAttr n x) (builtins.attrNames (builtins.removeAttrs x helperArgNames)); sourceInfo = rec { - version="1.1.1"; + version="1.1.2"; baseName="vacuum-im"; name="${baseName}-${version}"; - url="http://vacuum-im.googlecode.com/files/${name}.tar.xz"; - hash="b4b3472bf83173f6be1bbe69520bf6cab97e24cf9fd8a7b60e4ffdc1cb43b1dc"; + url="http://vacuum-im.googlecode.com/files/vacuum-${version}.tar.xz"; + hash="451dde9b3587503b035fa1ddd2c99f2052a0b17a603491c59e8c47a8bcd4746d"; }; in rec { @@ -29,7 +29,7 @@ rec { inherit buildInputs; /* doConfigure should be removed if not needed */ - phaseNames = ["addInputs" "preBuild" "doQMake" "doMakeInstall"]; + phaseNames = ["addInputs" "doQMake" "doMakeInstall"]; preBuild = a.fullDepEntry ('' echo "Fixing a name collision with a function added in Qt 4.7" @@ -48,6 +48,9 @@ rec { ]; platforms = with a.lib.platforms; linux; + license = with a.lib.licenses; + gpl3; + homepage = "http://code.google.com/p/vacuum-im/"; }; passthru = { updateInfo = {