summary refs log tree commit diff
path: root/pkgs/development/libraries/pysqlite/builder.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-10 22:24:42 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-10 22:24:42 +0000
commit7dfbf0eba7a0e98c16777e40ee0dcb034075a4ef (patch)
treeff14a4035f3e4b0760f21487e9a6a077c41ee32a /pkgs/development/libraries/pysqlite/builder.sh
parentcca1ba037283a1f3b4196db19dbd6bae5f500bb4 (diff)
downloadnixpkgs-7dfbf0eba7a0e98c16777e40ee0dcb034075a4ef.tar
nixpkgs-7dfbf0eba7a0e98c16777e40ee0dcb034075a4ef.tar.gz
nixpkgs-7dfbf0eba7a0e98c16777e40ee0dcb034075a4ef.tar.bz2
nixpkgs-7dfbf0eba7a0e98c16777e40ee0dcb034075a4ef.tar.lz
nixpkgs-7dfbf0eba7a0e98c16777e40ee0dcb034075a4ef.tar.xz
nixpkgs-7dfbf0eba7a0e98c16777e40ee0dcb034075a4ef.tar.zst
nixpkgs-7dfbf0eba7a0e98c16777e40ee0dcb034075a4ef.zip
* Move the substitution functions into stdenv (not merged yet).
* If the environment variable buildCommand is set, then eval that
  instead of doing the build phases.  This is used by the runCommand
  function in all-packages.nix to allow one-lines like

    foo = runCommand "foo" {} "mkdir $out; echo foo > $out/foo";
    

svn path=/nixpkgs/trunk/; revision=7298
Diffstat (limited to 'pkgs/development/libraries/pysqlite/builder.sh')
-rw-r--r--pkgs/development/libraries/pysqlite/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/pysqlite/builder.sh b/pkgs/development/libraries/pysqlite/builder.sh
index 08877ee83a3..aab781eb55c 100644
--- a/pkgs/development/libraries/pysqlite/builder.sh
+++ b/pkgs/development/libraries/pysqlite/builder.sh
@@ -1,5 +1,5 @@
 source $stdenv/setup
-source $substituter
+source $substitute
 
 configurePhase() {
 	substituteInPlace "setup.cfg" \