forked from mirrors/nixpkgs
webdruid: remove
It used the old builderDefsPackage and segfaulted on startup. Could not fix it and has not been touched for 6 years.
This commit is contained in:
parent
2b430c9aa6
commit
d43078b15b
|
@ -1,30 +0,0 @@
|
||||||
a @ { zlib, libpng, freetype, gd, which, libxml2, geoip, ... } :
|
|
||||||
let
|
|
||||||
s = import ./src-for-default.nix;
|
|
||||||
buildInputs = with a; [
|
|
||||||
zlib libpng freetype gd which libxml2
|
|
||||||
geoip
|
|
||||||
];
|
|
||||||
in
|
|
||||||
rec {
|
|
||||||
src = a.fetchUrlFromSrcInfo s;
|
|
||||||
|
|
||||||
inherit (s) name;
|
|
||||||
inherit buildInputs;
|
|
||||||
configureFlags = [];
|
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
|
||||||
phaseNames = ["doConfigure" "doMakeInstall" "doLinks"];
|
|
||||||
|
|
||||||
doLinks = a.fullDepEntry (''
|
|
||||||
ln -s shared_en.xsl $out/share/webdruid/classic/shared.xsl
|
|
||||||
'') ["minInit"];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "A web log analyzer";
|
|
||||||
maintainers = [
|
|
||||||
a.lib.maintainers.raskin
|
|
||||||
];
|
|
||||||
platforms = a.lib.platforms.linux;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
rec {
|
|
||||||
advertisedUrl="http://downloads.sourceforge.net/webdruid/files/webdruid/0.6.0-alpha5/webdruid-0.6.0-alpha5.tar.gz";
|
|
||||||
version = "0.6.0-alpha5";
|
|
||||||
url="mirror://sourceforge/webdruid/webdruid-${version}.tar.gz";
|
|
||||||
hash = "1aiqffccayvf02snl9la62zqb1674cp4rv19af6xyxgvw4334hw0";
|
|
||||||
name = "webdruid-0.6.0-alpha5";
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
downloadPage = "http://sourceforge.net/projects/webdruid/files/";
|
|
||||||
choiceCommand = ''head -1 | sed -re "$skipRedirectSF"'';
|
|
||||||
versionExtractorSedScript = ''$extractReleaseSF'';
|
|
||||||
versionReferenceCreator = ''s@$version@\''${version}@g'';
|
|
||||||
baseName = "webdruid";
|
|
||||||
}
|
|
|
@ -3615,8 +3615,6 @@ let
|
||||||
|
|
||||||
webalizer = callPackage ../tools/networking/webalizer { };
|
webalizer = callPackage ../tools/networking/webalizer { };
|
||||||
|
|
||||||
webdruid = builderDefsPackage (callPackage ../tools/admin/webdruid) {};
|
|
||||||
|
|
||||||
weighttp = callPackage ../tools/networking/weighttp { };
|
weighttp = callPackage ../tools/networking/weighttp { };
|
||||||
|
|
||||||
wget = callPackage ../tools/networking/wget {
|
wget = callPackage ../tools/networking/wget {
|
||||||
|
|
Loading…
Reference in a new issue