Author: raskin
Date: Mon Aug  2 19:02:47 2010
New Revision: 22903
URL: https://svn.nixos.org/websvn/nix/?rev=22903&sc=1

Log:
Fix SBCL build

Modified:
   nixpkgs/trunk/pkgs/development/compilers/sbcl/default.nix

Modified: nixpkgs/trunk/pkgs/development/compilers/sbcl/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/sbcl/default.nix   Mon Aug  2 
18:20:31 2010        (r22902)
+++ nixpkgs/trunk/pkgs/development/compilers/sbcl/default.nix   Mon Aug  2 
19:02:47 2010        (r22903)
@@ -15,8 +15,6 @@
   /* doConfigure should be removed if not needed */
   phaseNames = ["setVars" "doFixNewer" "doFixTests" "setVersion" "doBuild" 
"doInstall" "doWrap"];
 
-  goSrcDir = "test -d sbcl-*/ && cd sbcl-*/ || true ";
-      
   setVars = a.fullDepEntry (''
     export INSTALL_ROOT=$out
     mkdir test-home
@@ -38,6 +36,7 @@
      is not good enought
   */
   doFixNewer = a.fullDepEntry(''
+    pwd
 
     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
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to