1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Account for strange naming in some SBCL tarballs

svn path=/nixpkgs/trunk/; revision=16636
This commit is contained in:
Michael Raskin 2009-08-10 07:14:28 +00:00
parent 64b833face
commit 8e2daf1287

View file

@ -19,6 +19,10 @@ rec {
/* doConfigure should be removed if not needed */
phaseNames = ["setVars" "doFixNewer" "doFixTests" "setVersion" "doBuild" "doInstall" "doWrap"];
goSrcDir = ''
cd sbcl-${version}/
'';
setVars = a.fullDepEntry (''
export INSTALL_ROOT=$out
'') ["minInit"];
@ -38,6 +42,7 @@ rec {
is not good enought
*/
doFixNewer = a.fullDepEntry(''
sed -e 's@> x y@>= x y@' -i contrib/sb-aclrepl/repl.lisp
sed -e '/(date)/i((= date 2208988801) 2208988800)' -i contrib/asdf/asdf.lisp
sed -i src/cold/slam.lisp -e \