forked from mirrors/nixpkgs
Update Vacuum-IM
svn path=/nixpkgs/trunk/; revision=31617
This commit is contained in:
parent
ef07990836
commit
a975a35254
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue