convos: 4.23 -> 4.29

- removed unnecessary `rec`
- removed fixes for tests that are fixed in this version
gstqt5
Stig Palmquist 2020-07-29 13:56:44 +02:00
parent 4667d7b50d
commit f0fe148b90
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7
1 changed files with 3 additions and 13 deletions

View File

@ -6,13 +6,13 @@ with stdenv.lib;
perlPackages.buildPerlPackage rec {
pname = "convos";
version = "4.23";
version = "4.29";
src = fetchFromGitHub rec {
src = fetchFromGitHub {
owner = "Nordaaker";
repo = pname;
rev = version;
sha256 = "0py9dvqf67vhgdlx20jzwnh313ns1d29yiiqgijydyfj2lflyz12";
sha256 = "07m9lhwgqq77hi4n2zrya7n8apkjv8xi166bxa0n7pnlknlp74ar";
};
nativeBuildInputs = [ makeWrapper ]
@ -39,16 +39,6 @@ perlPackages.buildPerlPackage rec {
substituteInPlace t/web-register-open-to-public.t \
--replace '!127.0.0.1!' '!localhost!'
# Time-impurity in test, (fixed in master)
#
substituteInPlace t/web-load-user.t \
--replace '400' '410'
# Disk-space check fails on zfs, (fixed in master)
#
substituteInPlace t/web-admin.t \
--replace 'qr{/dev/}' 'qr{\w}'
# Module::Install is a runtime dependency not covered by the tests, so we add
# a test for it.
#