summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/expat/0.9.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/expat/0.9.nix')
-rw-r--r--pkgs/development/ocaml-modules/expat/0.9.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/expat/0.9.nix b/pkgs/development/ocaml-modules/expat/0.9.nix
index 5fcc317d940..98ab04beb57 100644
--- a/pkgs/development/ocaml-modules/expat/0.9.nix
+++ b/pkgs/development/ocaml-modules/expat/0.9.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
       --replace "gcc" "\$(CC)"
   '';
 
-  configurePhase = "true";  	# Skip configure
+  dontConfigure = true;  	# Skip configure
 
   buildPhase = ''
     make all allopt