convos: 4.29 -> 4.33
This commit is contained in:
parent
f8d565f0d3
commit
680cd3c318
@ -6,13 +6,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
perlPackages.buildPerlPackage rec {
|
perlPackages.buildPerlPackage rec {
|
||||||
pname = "convos";
|
pname = "convos";
|
||||||
version = "4.29";
|
version = "4.33";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Nordaaker";
|
owner = "Nordaaker";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "07m9lhwgqq77hi4n2zrya7n8apkjv8xi166bxa0n7pnlknlp74ar";
|
sha256 = "0mxq4jpjk4vvhi5lqslj614dvk84iq12rsdyykxr8h9cnjjs57im";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ]
|
nativeBuildInputs = [ makeWrapper ]
|
||||||
@ -33,6 +33,10 @@ perlPackages.buildPerlPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
# Remove online test
|
||||||
|
#
|
||||||
|
rm t/web-pwa.t
|
||||||
|
|
||||||
# A test fails since gethostbyaddr(127.0.0.1) fails to resolve to localhost in
|
# A test fails since gethostbyaddr(127.0.0.1) fails to resolve to localhost in
|
||||||
# the sandbox, we replace the this out from a substitution expression
|
# the sandbox, we replace the this out from a substitution expression
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user