foswiki, egypt, wml: fix build

This commit is contained in:
Vladimír Čunát 2016-04-25 16:16:21 +02:00
parent ecf75f1b4f
commit 1c9234fd6c
3 changed files with 7 additions and 1 deletions

View File

@ -9,6 +9,8 @@ buildPerlPackage rec {
url = "http://www.gson.org/egypt/download/${name}.tar.gz"; url = "http://www.gson.org/egypt/download/${name}.tar.gz";
}; };
outputs = [ "out" ];
enableParallelBuilding = true; enableParallelBuilding = true;
doCheck = true; doCheck = true;

View File

@ -8,6 +8,8 @@ perlPackages.buildPerlPackage rec {
sha256 = "0jjxpq91x7y2mgixz7ghqp01m24qa37wl3zz515rrzv7x8cyy4cf"; sha256 = "0jjxpq91x7y2mgixz7ghqp01m24qa37wl3zz515rrzv7x8cyy4cf";
}; };
setOutputFlags = false;
# Getting lots of Non-ASCII character errors from pod2man. # Getting lots of Non-ASCII character errors from pod2man.
# Inserting =encoding utf8 before the first =head occurrence. # Inserting =encoding utf8 before the first =head occurrence.
# Wasn't able to fix mp4h. # Wasn't able to fix mp4h.

View File

@ -9,6 +9,8 @@ perlPackages.buildPerlPackage rec {
sha256 = "03286pb966h99zgickm2f20rgnqwp9wga5wfkdvirv084kjdh8vp"; sha256 = "03286pb966h99zgickm2f20rgnqwp9wga5wfkdvirv084kjdh8vp";
}; };
outputs = [ "out" ];
buildInputs = with perlPackages; [ buildInputs = with perlPackages; [
# minimum requirements from INSTALL.html#System_Requirements # minimum requirements from INSTALL.html#System_Requirements
AlgorithmDiff ArchiveTar AuthenSASL CGI CGISession CryptPasswdMD5 AlgorithmDiff ArchiveTar AuthenSASL CGI CGISession CryptPasswdMD5
@ -30,7 +32,7 @@ perlPackages.buildPerlPackage rec {
# there's even no makefile # there's even no makefile
doCheck = false; doCheck = false;
installPhase = ''cp -r . "$out" ''; # TODO: some fixups will be needed for running it installPhase = ''cp -r . "$out" '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An open, programmable collaboration platform"; description = "An open, programmable collaboration platform";