Roll back to 1.0.29
svn path=/nixpkgs/trunk/; revision=18197
This commit is contained in:
parent
ab55ac28b4
commit
81f103f176
@ -15,6 +15,8 @@ rec {
|
|||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["setVars" "doFixNewer" "doFixTests" "setVersion" "doBuild" "doInstall" "doWrap"];
|
phaseNames = ["setVars" "doFixNewer" "doFixTests" "setVersion" "doBuild" "doInstall" "doWrap"];
|
||||||
|
|
||||||
|
goSrcDir = "test -d sbcl-*/ && cd sbcl-*/ || true ";
|
||||||
|
|
||||||
setVars = a.fullDepEntry (''
|
setVars = a.fullDepEntry (''
|
||||||
export INSTALL_ROOT=$out
|
export INSTALL_ROOT=$out
|
||||||
'') ["minInit"];
|
'') ["minInit"];
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
rec {
|
rec {
|
||||||
version="1.0.30";
|
version="http://downloads.sourceforge.net/sbcl/files/sbcl/1.0.29/sbcl-1.0.29.54.rc1-source.tar.bz2";
|
||||||
name="sbcl-1.0.30";
|
name="sbcl-http://downloads.sourceforge.net/sbcl/files/sbcl/1.0.29/sbcl-1.0.29.54.rc1-source.tar.bz2";
|
||||||
hash="0cs9671jgmn50835m8ccssmq86ssj3pvpd9cjkkq5c3ggm1zddnq";
|
hash="0lmawwf1p3qiyyfd98bryq2k6l1kfhx88pvpavwy3m082dmk66gm";
|
||||||
url="http://downloads.sourceforge.net/sbcl/files/sbcl/1.0.30/sbcl-1.0.30-source.tar.bz2";
|
url="";
|
||||||
advertisedUrl="http://downloads.sourceforge.net/sbcl/files/sbcl/1.0.30/sbcl-1.0.30-source.tar.bz2";
|
advertisedUrl="http://downloads.sourceforge.net/sbcl/files/sbcl/1.0.29/sbcl-1.0.29.54.rc1-source.tar.bz2";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
choiceCommand = "head -1 | sed -e 's@/download@@;'\"$skipRedirectSF\"";
|
choiceCommand = "head -1 | sed -e 's@/download@@;'\"$skipRedirectSF\"";
|
||||||
sourceRegexp = "source[.]tar";
|
sourceRegexp = "source[.]tar";
|
||||||
versionExtractorSedScript = "s/.*-([0-9.]+)-.*/\\1/";
|
versionExtractorSedScript = "s/.*-([0-9.]+)-.*/\\1/";
|
||||||
blacklistRegexp = "1[.]0[.]3[12]";
|
blacklistRegexp = "1[.]0[.]3[012]";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user